Skip to main content
Glama

GroundDocs

Official
by GroundDocs

GroundDocs

GroundDocs is a version-aware documentation assistant. It connects LLMs to trusted, real-time docs—reducing hallucinations and ensuring accurate, version-specific responses.

🚀 Installation

npx @grounddocs/cli@latest install <client>

Supported clients: cursor, windsurf, cline, claude, witsy, enconvo, vscode

🔧 Manual Setup

To manually configure GroundDocs, add it to your IDE's MCP (Model Context Protocol) configuration:

{ "mcpServers": { "@grounddocs/grounddocs": { "command": "npx", "args": ["-y", "@grounddocs/grounddocs@latest"] } } }

After configuration, restart your IDE for the changes to take effect.

📚 Supported Domain

  • Kubernetes (all versions, including version-aware kubectl behavior, API schemas, and feature gates)

🏗️ Architecture

GroundDocs consists of:

  • Local MCP server (this repo) → lightweight, public, runs inference-time queries
  • Remote backend data repository (private) → handles scraping, indexing, and heavy lifting

🌟 Example Query

What changes were made to the kubectl command behavior in Kubernetes 1.26 regarding pruning during apply operations?

View example response

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

バージョン対応の Kubernetes ドキュメント アシスタント。LLM を信頼できるリアルタイムの Kubernetes ドキュメントに接続して、誤解を減らし、バージョン固有の正確な応答を保証します。

  1. 🚀 インストール
    1. 🔧 手動設定
      1. 🏗️ 建築
        1. 🌟 クエリ例
          1. 🤝 貢献する

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.
              Last updated -
              4
              68
              74
              TypeScript
              MIT License
            • A
              security
              F
              license
              A
              quality
              A server that enables LLMs to manage Kubernetes clusters through natural language commands, wrapping kubectl operations to provide a simplified interface for common Kubernetes tasks.
              Last updated -
              25
              9
              Python
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.
              Last updated -
              2
              68,793
              25,610
              JavaScript
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              Fetches up-to-date, version-specific documentation and code examples from the source and adds them to your LLM prompts, helping eliminate outdated code generations and hallucinated APIs.
              Last updated -
              2
              68,793
              2
              JavaScript
              MIT License

            View all related MCP servers

            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/GroundDocs/grounddocs'

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