地面文档
GroundDocs 是一款支持版本识别的文档助手。它将法学硕士 (LLM) 连接到可信的实时文档,从而减少幻觉并确保准确的、特定于版本的响应。
🚀 安装
npx @grounddocs/cli@latest install <client>支持的客户端: cursor、windsurf、cline、claude、witsy、enconvo、vscode
Related MCP server: Kubectl MCP Tool
🔧 手动设置
要手动配置 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 请求。
A
license - permissive licenseA
qualityD
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GroundDocs/grounddocs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
