Skip to main content
Glama

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

Related MCP server: Context7 MCP

πŸ”§ 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

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

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