Skip to main content
Glama

地面文档

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 请求。

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A 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 -
    25
    9
  • A
    security
    A
    license
    A
    quality
    A 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 -
    14
    2
    348,827
    38,007
    MIT License
    • Linux
    • Apple
  • -
    security
    -
    license
    -
    quality
    Fetches 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.
  • -
    security
    A
    license
    -
    quality
    Enables 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 -
    84
    2
    MIT License
    • Apple
    • Linux

View all related MCP servers

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