# GroundDocs
## 基本信息
- Slug: `grounddocs-grounddocs`
- Source: modelscope
- Publisher: @GroundDocs/grounddocs
- Categories: documentation-access / rag-systems / developer-tools
- Hosted: Yes
- License: MIT License
- Source URL: https://www.modelscope.cn/mcp/servers/@GroundDocs/grounddocs
## 简介
暂无描述。
## MCP Server 详情

# GroundDocs

GroundDocs 是一个版本感知的文档助手。它将大语言模型（LLMs）连接到可信的实时文档，从而减少幻觉并确保准确且特定于版本的响应。

## 🚀 安装

bash
npx @grounddocs/cli@latest install <client>


**支持的客户端：** cursor, windsurf, cline, claude, witsy, enconvo, vscode

## 🔧 手动设置

要手动配置 GroundDocs，请将其添加到您的 IDE 的 MCP（Model Context Protocol，模型上下文协议）配置中：

json
{
  "mcpServers": {
    "@grounddocs/grounddocs": {
      "command": "npx",
      "args": ["-y", "@grounddocs/grounddocs@latest"]
    }
  }
}

配置完成后，请重启您的 IDE 以使更改生效。

📚 支持的领域

- **Kubernetes**（所有版本，包括版本感知的 kubectl 行为、API 模式和特性门控）

## 🏗️ 架构

GroundDocs 包括：
- **本地 MCP 服务器**（此仓库）→ 轻量级，公开，运行推理时查询
- **远程后端数据存储库**（私有）→ 处理抓取、索引和繁重任务

## 🌟 示例查询


在 Kubernetes 1.26 版本中，关于 apply 操作期间的修剪，kubectl 命令行为发生了哪些变化？

[查看示例响应](https://claude.ai/share/b864ee23-4899-4092-bbd8-a020d55296a7)

## 🤝 贡献

欢迎贡献！请随时提交 Pull Request。

