Wso2 Docs MCP Server

A production-ready Model Context Protocol (MCP) server that provides AI assistants (Claude Desktop, Claude Code, Cursor, VS Code) with semantic search over WSO2 documentation via Retrieval-Augmented Generation (RAG). It runs locally over stdio via the published package.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #36 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Wso2 Docs MCP Server

before you install - you'll need

Set DATABASE_URL, EMBEDDING_PROVIDER before connecting.

Claude Code

claude mcp add iamvirul-wso2-docs-mcp-server -- npx -y wso2-docs-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package wso2-docs-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.iamvirul is GitHub-verified and matches the repo owner

03 · What Wso2 Docs MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.9 · 2026-08-24

chore(deps)(deps): bump openai from 7.2.0 to 7.4.0 in the production-deps group · chore(deps)(deps-dev): bump the dev-deps group with 2 updates · chore(ci)(deps): bump the github-actions group across 1 directory with 2…

v1.3.8 · 2026-08-09

chore(deps)(deps-dev): bump postcss from 8.5.18 to 8.5.25 · update dependencies [chore(deps)(deps-dev): bump postcss from 8.5.18 to 8.5.25] · chore(deps)(deps): bump fast-uri from 3.1.4 to 3.1.5 · update dependencies…

v1.3.7 · 2026-08-05

chore(deps)(deps): bump ip-address from 10.2.0 to 10.4.0 · update dependencies [chore(deps)(deps): bump ip-address from 10.2.0 to 10.4.0] · chore(deps)(deps): bump @hono/node-server from 1.19.14 to 2.1.0 · update…

04 · Who maintains Wso2 Docs MCP Server

wso2-docs-mcp-server is maintained by iamvirul. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
database - ranked #36 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.iamvirul/wso2-docs-mcp-server (active, first published 2026-03-29)
packages
npm:wso2-docs-mcp-server

06 · Wso2 Docs MCP Server FAQ

What is Wso2 Docs MCP Server?

A production-ready Model Context Protocol (MCP) server that provides AI assistants (Claude Desktop, Claude Code, Cursor, VS Code) with semantic search over WSO2 documentation via Retrieval-Augmented Generation (RAG). It runs locally over stdio via the published package.

Is Wso2 Docs MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Wso2 Docs MCP Server?

Run `npx -y wso2-docs-mcp-server`. The README documents 2 environment variables (DATABASE_URL, EMBEDDING_PROVIDER) to set first. Set DATABASE_URL, EMBEDDING_PROVIDER before connecting. You can also paste the ready-made client config above.

Does Wso2 Docs MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Wso2 Docs MCP Server