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.
相關伺服器
Scout Monitoring MCP
贊助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Advanced Gemini MCP Server
An open-source MCP server that integrates with Google's Gemini AI. Requires a Google Gemini API key.
LaTeX to MathML MCP Server
Converts LaTeX mathematical expressions to MathML format using MathJax-node.
Damn Vulnerable MCP Server
A server designed to be intentionally vulnerable for security testing and educational purposes.
MKP
Model Kontext Protocol Server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters through native Go implementation with direct API integration and comprehensive resource management.
Railagent
Provides structured workflows and tools for AI agents working with software development projects, with a specialized focus on Rails applications.
Prometheus MCP
Expose Prometheus monitoring tools to an LLM for querying and analysis.
Fastn Server
A scalable platform for dynamic tool registration and execution based on API definitions, with integrations for services like Claude.ai and Cursor.ai.
FreeCAD MCP
A server to interact with FreeCAD models using the Model Context Protocol (MCP).
Note MCP
MCP servers for Notecard, Notehub, and general development.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.