Skip to main content
Glama
mso-docs

Docs Navigator MCP - SUSE Edition

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_PROVIDERNoAI provider (ollama, openai, anthropic)ollama
OLLAMA_MODELNoOllama model for Q&Allama3.2:latest
OPENAI_API_KEYNoOpenAI API key (required if using OpenAI provider)
USE_JSON_CACHENoUse JSON cache instead of SQLitefalse
VECTOR_DB_PATHNoPath to vector database directory./data/vectors
EMBEDDING_MODELNoEmbedding model namenomic-embed-text
OLLAMA_BASE_URLNoOllama server URLhttp://localhost:11434
PAGE_CACHE_PATHNoPath to SQLite page cache./data/page-cache.db
FETCH_BATCH_SIZENoNumber of pages to fetch concurrently5
ANTHROPIC_API_KEYNoAnthropic API key (required if using Anthropic provider)
EMBEDDING_PROVIDERNoEmbedding provider (ollama, openai)ollama
EMBEDDING_CACHE_PATHNoPath to embedding cache JSON./data/embedding-cache.json

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docsA

Search SUSE, Rancher, K3s, and related documentation using semantic search. Returns relevant documentation sections.

get_doc_sectionB

Retrieve a specific section of documentation by URL or identifier.

summarize_docA

Generate an AI-powered summary of a documentation page or section using open-source models.

ask_questionA

Ask a question about SUSE documentation. The AI will search relevant docs and provide an answer with sources.

index_documentationA

Index documentation from specified sources for faster searching. This should be run initially or to update the index.

list_doc_sourcesA

List all available documentation sources and their status.

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/mso-docs/Docs-Navigator-MCP-SUSE-Edition'

If you have feedback or need assistance with the MCP directory API, please join our Discord server