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.
相关服务器
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Rails MCP Server
An MCP server for Rails projects, allowing LLMs to interact with your application.
Shopify Dev
A command-line tool for interacting with Shopify's Admin GraphQL API, Functions, and Polaris Web Components.
Local Code Indexing for Cursor
A Python-based server that locally indexes codebases using ChromaDB to provide semantic search for tools like Cursor.
Kubernetes MCP Server
Inspect and debug Kubernetes clusters with read-only access to resources, CRDs, and pod logs.
MCP Options Order Flow Server
A high-performance MCP server for comprehensive options order flow analysis.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
DeepInfra API
Provides a full suite of AI tools via DeepInfra’s OpenAI-compatible API, including image generation, text processing, embeddings, and speech recognition.
Studio MCP
Turns any command-line interface (CLI) command into a simple StdIO-based MCP server.
Remote MCP Server (Authless)
A simple, auth-less MCP server on Cloudflare Workers that provides the current time in the US Eastern timezone.
Godot MCP Pro
Premium MCP server for Godot game engine with 84 AI-powered tools for scene editing, scripting, animation, tilemap, shader, input simulation, and runtime debugging.