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.
GroundDocs Kubernetes Documentation Assistant
Project Details
- GroundDocs/grounddocs
- MIT License
- Last Updated: 5/14/2025
Recomended MCP Servers
MCP server which allow LLM in agent mode to analyze image whenever it needs
This MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and...
This read-only MCP Server allows you to connect to Oracle Financials Cloud data from Claude Desktop through CData...
Agent Framework / shim to use Pydantic with LLMs
An MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
MCP example for postgres





