WSO2 Docs MCP Server
by iamvirul
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHUNK_SIZE | No | Approximate tokens per chunk | 800 |
| DATABASE_URL | Yes | PostgreSQL connection string (required) | |
| CHUNK_OVERLAP | No | Overlap tokens between chunks | 100 |
| TOP_K_RESULTS | No | Default search result count | 10 |
| GEMINI_API_KEY | No | Required if EMBEDDING_PROVIDER=gemini | |
| OPENAI_API_KEY | No | Required if EMBEDDING_PROVIDER=openai | |
| VOYAGE_API_KEY | No | Required if EMBEDDING_PROVIDER=voyage | |
| OLLAMA_BASE_URL | No | Ollama server URL | http://localhost:11434 |
| CACHE_TTL_SECONDS | No | In-memory query cache TTL | 3600 |
| CRAWL_CONCURRENCY | No | Concurrent HTTP requests during crawl | 5 |
| EMBEDDING_PROVIDER | No | Embedding provider: ollama | openai | gemini | voyage | ollama |
| EMBEDDING_DIMENSIONS | No | Must match model output dimensions | 768 |
| GEMINI_EMBEDDING_MODEL | No | Gemini model | text-embedding-004 |
| OLLAMA_EMBEDDING_MODEL | No | Model pulled and used via Ollama | nomic-embed-text |
| OPENAI_EMBEDDING_MODEL | No | OpenAI model | text-embedding-3-small |
| VOYAGE_EMBEDDING_MODEL | No | Voyage model | voyage-3 |
| HUGGINGFACE_EMBEDDING_MODEL | No | ONNX fallback when Ollama is not running | Xenova/nomic-embed-text-v1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamvirul/wso2-docs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server