地面文档
GroundDocs 是一款支持版本识别的文档助手。它将法学硕士 (LLM) 连接到可信的实时文档,从而减少幻觉并确保准确的、特定于版本的响应。
🚀 安装
npx @grounddocs/cli@latest install <client>
支持的客户端: cursor、windsurf、cline、claude、witsy、enconvo、vscode
🔧 手动设置
要手动配置 GroundDocs,请将其添加到 IDE 的 MCP(模型上下文协议)配置中:
{
"mcpServers": {
"@grounddocs/grounddocs": {
"command": "npx",
"args": ["-y", "@grounddocs/grounddocs@latest"]
}
}
}
配置完成后,重新启动 IDE 以使更改生效。
📚 支持的域名
Kubernetes (所有版本,包括版本感知的 kubectl 行为、API 模式和功能门控)
🏗️ 建筑
GroundDocs 包括:
本地 MCP 服务器(此 repo)→轻量级、公共、运行推理时间查询
远程后端数据存储库(私有)→处理抓取、索引和繁重工作
🌟 示例查询
What changes were made to the kubectl command behavior in Kubernetes 1.26 regarding pruning during apply operations?
🤝 贡献
欢迎贡献代码!欢迎提交 Pull 请求。
local-only server
The server can only run on the client's local machine because it depends on local resources.
一个版本感知的 Kubernetes 文档助手,将 LLM 连接到可信的实时 Kubernetes 文档,以减少幻觉并确保准确的、特定于版本的响应。
Related MCP Servers
- AsecurityFlicenseAqualityA server that enables LLMs to manage Kubernetes clusters through natural language commands, wrapping kubectl operations to provide a simplified interface for common Kubernetes tasks.Last updated -259
- AsecurityAlicenseAqualityA Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.Last updated -2141,77932,772MIT License
- AsecurityAlicenseAqualityFetches up-to-date, version-specific documentation and code examples from the source and adds them to your LLM prompts, helping eliminate outdated code generations and hallucinated APIs.
- -securityAlicense-qualityEnables LLMs to manage file-based knowledge bases with dual storage (Markdown + SQLite). Supports creating, searching, and organizing articles across multiple knowledge bases with full-text search capabilities.Last updated -42MIT License