Skip to main content
Glama
iamvirul

WSO2 Docs MCP Server

by iamvirul

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHUNK_SIZENoApproximate tokens per chunk800
DATABASE_URLYesPostgreSQL connection string (required)
CHUNK_OVERLAPNoOverlap tokens between chunks100
TOP_K_RESULTSNoDefault search result count10
GEMINI_API_KEYNoRequired if EMBEDDING_PROVIDER=gemini
OPENAI_API_KEYNoRequired if EMBEDDING_PROVIDER=openai
VOYAGE_API_KEYNoRequired if EMBEDDING_PROVIDER=voyage
OLLAMA_BASE_URLNoOllama server URLhttp://localhost:11434
CACHE_TTL_SECONDSNoIn-memory query cache TTL3600
CRAWL_CONCURRENCYNoConcurrent HTTP requests during crawl5
EMBEDDING_PROVIDERNoEmbedding provider: ollama | openai | gemini | voyageollama
EMBEDDING_DIMENSIONSNoMust match model output dimensions768
GEMINI_EMBEDDING_MODELNoGemini modeltext-embedding-004
OLLAMA_EMBEDDING_MODELNoModel pulled and used via Ollamanomic-embed-text
OPENAI_EMBEDDING_MODELNoOpenAI modeltext-embedding-3-small
VOYAGE_EMBEDDING_MODELNoVoyage modelvoyage-3
HUGGINGFACE_EMBEDDING_MODELNoONNX fallback when Ollama is not runningXenova/nomic-embed-text-v1

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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