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
Image Generator MCP Server
Generate placeholder images with specified dimensions and colors, and save them to a file path.
QuickChart Server
Generate chart images and URLs using the QuickChart.io API with Chart.js configurations.
Obsidian Claude Code
An Obsidian plugin that integrates Claude Code into your vaults via an MCP server.
fal.ai Recraft v3
Advanced text-to-image generation using the fal.ai Recraft v3 API.
Remote MCP Server (Authless)
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Azure DevOps
Interact with Azure DevOps for managing projects, pipelines, and repositories.
MCP Server Manager for Claude
Install and manage Model Context Protocol (MCP) servers for Claude Desktop.
Webhook Tester MCP Server
Interact with webhook-test.com to automate and manage webhook tokens, inspect incoming requests, and perform analytics.
Sequential Thinking Multi-Agent System (MAS)
An MCP agent that utilizes a Multi-Agent System (MAS) for sequential thinking and problem-solving.
Cupertino
Apple Documentation MCP Server - Search Apple docs, Swift Evolution, and sample code