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
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Video Agent MCP Server
An MCP server for AI-powered video creation using the FAL AI API.
Network Monitor MCP Server
A server for real-time network packet monitoring and security analysis.
Vibe Check
The definitive Vibe Coder's sanity check MCP server: Prevents cascading errors by calling a "Vibe-check" agent to ensure alignment and prevent scope creep
iOS Device Control
An MCP server to control iOS simulators and real devices, enabling AI assistant integration on macOS.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
DIY MCP
A from-scratch implementation of the Model Context Protocol (MCP) for building servers and clients, using a Chinese tea collection as an example.
Loki MCP
Debug and investigate app issues using AI and Grafana Loki
Teleprompter
A server for managing and reusing prompts with Large Language Models (LLMs).
POC MCP HTTP Server
A proof-of-concept server implementing the Model Context Protocol with a streamable HTTP transport.