GroundDocs
OfficialGroundDocs
GroundDocs — это помощник по документации, учитывающий версии. Он подключает LLM к надежным документам в режиме реального времени, уменьшая галлюцинации и гарантируя точные ответы, зависящие от версии.
🚀 Установка
npx @grounddocs/cli@latest install <client>Поддерживаемые клиенты: cursor, windsurf, cline, claude, witsy, enconvo, vscode
Related MCP server: RTFD (Read The F*****g Docs)
🔧 Ручная настройка
Чтобы вручную настроить 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?🤝 Вклад
Вклады приветствуются! Пожалуйста, не стесняйтесь отправлять запрос на включение.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA 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 updated2510
- AlicenseAqualityCmaintenanceProvides LLMs with real-time access to up-to-date documentation from PyPI, npm, crates.io, GoDocs, DockerHub, GitHub, and GCP, preventing outdated code generation and API hallucinations.Last updated2714MIT
- Alicense-qualityDmaintenanceEnables LLMs like Claude to securely execute Kubernetes CLI tools (kubectl, helm, istioctl, argocd) across multiple clusters through dynamic kubeconfig support, allowing natural language Kubernetes management and operations.Last updated5MIT
- Alicense-qualityCmaintenanceProvides real-time, up-to-date documentation for major LLM providers (OpenAI, Anthropic, Google Gemini) to prevent hallucinations and outdated code patterns in AI agents.Last updated366MIT
Related MCP Connectors
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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