Wso2 Docs MCP Server
Rank #6,187io.github.iamvirul/wso2-docs-mcp-server
MCP server providing wso2-docs-server capabilities
Wso2 Docs MCP Server is a Model Context Protocol (MCP) server published by iamvirul. It ranks #6,187 of 131,629 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Wso2 Docs MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 7, 2026 and most recently updated on Mar 29, 2026.
Ranks ahead of 125,442 of 131,629 servers on MCP Toplist.
Use Wso2 Docs MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add wso2-docs-mcp-server -e "DATABASE_URL=<your DATABASE_URL>" -e "EMBEDDING_PROVIDER=<your EMBEDDING_PROVIDER>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "VOYAGE_API_KEY=<your VOYAGE_API_KEY>" -- npx -y wso2-docs-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.wso2-docs-mcp-server]
command = "npx"
args = ["-y", "wso2-docs-mcp-server"]
[mcp_servers.wso2-docs-mcp-server.env]
DATABASE_URL = "<your DATABASE_URL>"
EMBEDDING_PROVIDER = "<your EMBEDDING_PROVIDER>"
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
GEMINI_API_KEY = "<your GEMINI_API_KEY>"
VOYAGE_API_KEY = "<your VOYAGE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wso2-docs-mcp-server": {
"command": "npx",
"args": [
"-y",
"wso2-docs-mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"VOYAGE_API_KEY": "<your VOYAGE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wso2-docs-mcp-server": {
"command": "npx",
"args": [
"-y",
"wso2-docs-mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"VOYAGE_API_KEY": "<your VOYAGE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wso2-docs-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wso2-docs-mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"VOYAGE_API_KEY": "<your VOYAGE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wso2-docs-mcp-server": {
"command": "npx",
"args": [
"-y",
"wso2-docs-mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"VOYAGE_API_KEY": "<your VOYAGE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wso2-docs-mcp-server": {
"command": "npx",
"args": [
"-y",
"wso2-docs-mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"EMBEDDING_PROVIDER": "<your EMBEDDING_PROVIDER>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>",
"VOYAGE_API_KEY": "<your VOYAGE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.iamvirul%2Fwso2-docs-mcp-server)<a href="https://mcptoplist.com/server/io.github.iamvirul%2Fwso2-docs-mcp-server"><img src="https://mcptoplist.com/badge/io.github.iamvirul%2Fwso2-docs-mcp-server.svg" alt="MCP Toplist: Top 5% of 131,629" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
iamvirul
Other servers by iamvirul
View all iamvirul servers →Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Wso2 Docs MCP Server?
- Wso2 Docs MCP Server is maintained by iamvirul, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Wso2 Docs MCP Server listed on the Official MCP Registry?
- Yes — Wso2 Docs MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Wso2 Docs MCP Server have?
- MCP Toplist tracks 2 versions of Wso2 Docs MCP Server, most recently published on Mar 29, 2026.
- Where can I find the source code for Wso2 Docs MCP Server?
- The source code for Wso2 Docs MCP Server is hosted at github.com/iamvirul/wso2-docs-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.