GroundDocs
A version-aware documentation assistant that connects LLMs to trusted, real-time docs to reduce hallucinations and provide accurate, version-specific responses.
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?
π€ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Gemini CLI
Integrates with the unofficial Google Gemini CLI, allowing file access within configured directories.
Metal MCP Server
Search Metal Framework documentation and generate code.
MCP-guide
A guide for setting up an MCP server using a Python virtual environment and integrating it with the Cline VS Code extension.
D2 MCP Server
Generate, render, and manipulate D2 diagrams with incremental editing capabilities.
Remote MCP Server on Cloudflare
Deploy a remote MCP server without authentication on Cloudflare Workers.
Praison AI
AI Agents framework with 64+ built-in MCP tools for search, memory, workflows, code execution, and file operations. Install via `uvx praisonai-mcp`
MCP LLM Integration Server
An MCP server for integrating local Large Language Models with MCP-compatible clients.
Juspay MCP Tools
Interact with Juspay APIs for payment processing and merchant dashboard management.
Sequa MCP
A proxy that connects local STDIO with remote MCP servers, enabling IDEs to use MCP without extra infrastructure.
BaseMcpServer
A minimal, containerized base for building MCP servers with the Python SDK, featuring a standardized Docker image and local development setup.