Server data from the Official MCP Registry
Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector.
Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector.
Set these up before or after installing:
Environment variable: DATABASE_URL
Environment variable: EMBEDDING_PROVIDER
Environment variable: OPENAI_API_KEY
Environment variable: GEMINI_API_KEY
Environment variable: VOYAGE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-iamvirul-wso2-docs-mcp-server": {
"env": {
"DATABASE_URL": "your-database-url-here",
"GEMINI_API_KEY": "your-gemini-api-key-here",
"OPENAI_API_KEY": "your-openai-api-key-here",
"VOYAGE_API_KEY": "your-voyage-api-key-here",
"EMBEDDING_PROVIDER": "your-embedding-provider-here"
},
"args": [
"-y",
"wso2-docs-mcp-server"
],
"command": "npx"
}
}
}This is a well-structured WSO2 documentation MCP server with proper authentication architecture, appropriate permissions for its purpose, and good code quality. Minor findings include catch-all error handling patterns and broad batch size configurations that don't significantly impact security. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.
Scanned 5 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!