Skip to main content
Glama

GroundDocs

Official
by GroundDocs

地面文档

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

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

一个版本感知的 Kubernetes 文档助手,将 LLM 连接到可信的实时 Kubernetes 文档,以减少幻觉并确保准确的、特定于版本的响应。

  1. 🚀 安装
    1. 🔧 手动设置
      1. 🏗️ 建筑
        1. 🌟 示例查询
          1. 🤝 贡献

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.
              Last updated -
              4
              66
              73
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              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 -
              9
              Python
            • -
              security
              A
              license
              -
              quality
              Provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
              Last updated -
              13
              TypeScript
              MIT License
              • Apple
            • 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 -
              2
              64,839
              23,586
              JavaScript
              MIT License
              • Linux
              • Apple

            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