Docs Navigator MCP - SUSE Edition
by mso-docs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_PROVIDER | No | AI provider (ollama, openai, anthropic) | ollama |
| OLLAMA_MODEL | No | Ollama model for Q&A | llama3.2:latest |
| OPENAI_API_KEY | No | OpenAI API key (required if using OpenAI provider) | |
| USE_JSON_CACHE | No | Use JSON cache instead of SQLite | false |
| VECTOR_DB_PATH | No | Path to vector database directory | ./data/vectors |
| EMBEDDING_MODEL | No | Embedding model name | nomic-embed-text |
| OLLAMA_BASE_URL | No | Ollama server URL | http://localhost:11434 |
| PAGE_CACHE_PATH | No | Path to SQLite page cache | ./data/page-cache.db |
| FETCH_BATCH_SIZE | No | Number of pages to fetch concurrently | 5 |
| ANTHROPIC_API_KEY | No | Anthropic API key (required if using Anthropic provider) | |
| EMBEDDING_PROVIDER | No | Embedding provider (ollama, openai) | ollama |
| EMBEDDING_CACHE_PATH | No | Path to embedding cache JSON | ./data/embedding-cache.json |
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
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/mso-docs/Docs-Navigator-MCP-SUSE-Edition'
If you have feedback or need assistance with the MCP directory API, please join our Discord server