mcpbeat Sign in

Wso2 Docs MCP Server

local only

Wso2 Docs MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 246 installs a week from npm. Last commit 16 Sep 2026.

Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector.

Installs per day peak 172 · avg 33 · -33% w/w
a month agotoday
246
Installs / week
npm · wso2-docs-mcp-server
3
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

      - name: Parse dependency changes and update CHANGELOG.md
        env:
          PR_TITLE: ${{ github.event.pull_request.title }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Wso2 Docs MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wso2-docs-mcp-server -- npx -y wso2-docs-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wso2-docs-mcp-server": {
      "args": [
        "-y",
        "wso2-docs-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wso2-docs-mcp-server]
command = "npx"
args = ["-y", "wso2-docs-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "wso2-docs-mcp-server": {
      "args": [
        "-y",
        "wso2-docs-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wso2-docs-mcp-server": {
      "args": [
        "-y",
        "wso2-docs-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (PostgreSQL connection string for pgvector (e.g. postgresql://user:pass@localhost:5432/wso2docs)), EMBEDDING_PROVIDER (Embedding backend to use: ollama (default, local), openai, gemini, or voyage), OPENAI_API_KEY (Required only when EMBEDDING_PROVIDER=openai), GEMINI_API_KEY (Required only when EMBEDDING_PROVIDER=gemini), VOYAGE_API_KEY (Required only when EMBEDDING_PROVIDER=voyage). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wso2 Docs MCP Server

same job, measured the same way
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
IT Glue
by selic

IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK

510 installs/wk local only
IT Glue
by mspstack

IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK

local only
Reftrixmcp
by tkmd

Web design analysis with 26 MCP tools: layout, motion, quality, semantic search via pgvector

41 installs/wk local only
polymnemo
by pcbz

Shared cross-LLM long-term memory over MCP: semantic recall, sessions, and media (pgvector).

12 tools answering
Pipe Docs (SPR) MCP Server
by machuraharry

Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.

local only
I
Memforge Memory
by volsier

Team engineering memory for AI coding assistants. 47 MCP tools, pgvector semantic search.

14 installs/wk local only
Cowork History
by egoughnour

Hybrid search for Cowork history: FTS, Spotlight, and semantic vectors

58 installs/wk local only

Wso2 Docs MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Wso2 Docs MCP Server?
Wso2 Docs MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package wso2-docs-mcp-server was installed 246 times last week.
How do I connect Wso2 Docs MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wso2-docs-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Wso2 Docs MCP Server?
The npm package wso2-docs-mcp-server was installed 246 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wso2 Docs MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.