Odel
wso2 docs mcp server

wso2 docs mcp server

Local
@iamvirul3TypeScriptApache-2.0Updated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwso2-docs-mcp-serverv1.2.0

Run

npx -y wso2-docs-mcp-server

MCP client config

{
  "mcpServers": {
    "wso2-docs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "wso2-docs-mcp-server"
      ]
    }
  }
}