Skip to main content
Glama

GroundDocs

GroundDocs — это помощник по документации, учитывающий версии. Он подключает LLM к надежным документам в режиме реального времени, уменьшая галлюцинации и гарантируя точные ответы, зависящие от версии.

🚀 Установка

npx @grounddocs/cli@latest install <client>

Поддерживаемые клиенты: cursor, windsurf, cline, claude, witsy, enconvo, vscode

🔧 Ручная настройка

Чтобы вручную настроить GroundDocs, добавьте его в конфигурацию MCP (Model Context Protocol) вашей IDE:

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

После настройки перезапустите IDE, чтобы изменения вступили в силу.

📚 Поддерживаемый домен

  • Kubernetes (все версии, включая поведение kubectl, зависящее от версии, схемы API и шлюзы функций)

🏗️ Архитектура

GroundDocs состоит из:

  • Локальный сервер MCP (этот репозиторий) → легкий, общедоступный, запускает запросы во время вывода

  • Удаленное внутреннее хранилище данных (частное) → выполняет очистку, индексацию и тяжелую работу

🌟 Пример запроса

What changes were made to the kubectl command behavior in Kubernetes 1.26 regarding pruning during apply operations?

Посмотреть пример ответа

🤝 Вклад

Вклады приветствуются! Пожалуйста, не стесняйтесь отправлять запрос на включение.

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,019
    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