← Back to Plugins
MCP Server MCP

io.github.iamvirul/wso2-docs-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "wso2-docs-mcp-server",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection string for pgvector (e.g. postgresql://user:pass@localhost:5432/wso2docs)",
          "isRequired": true,
          "format": "string",
          "name": "DATABASE_URL"
        },
        {
          "description": "Embedding backend to use: ollama (default, local), openai, gemini, or voyage",
          "format": "string",
          "name": "EMBEDDING_PROVIDER"
        },
        {
          "description": "Required only when EMBEDDING_PROVIDER=openai",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Required only when EMBEDDING_PROVIDER=gemini",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Required only when EMBEDDING_PROVIDER=voyage",
          "format": "string",
          "isSecret": true,
          "name": "VOYAGE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...