Skip to main content
Glama

GroundDocs

GroundDocs ist ein versionsabhängiger Dokumentationsassistent. Er verbindet LLMs mit vertrauenswürdigen Echtzeit-Dokumenten – das reduziert Trugschlüsse und gewährleistet präzise, versionsspezifische Antworten.

🚀 Installation

npx @grounddocs/cli@latest install <client>

Unterstützte Clients: Cursor, Windsurf, Cline, Claude, Witsy, Enconvo, Vscode

Related MCP server: RTFD (Read The F*****g Docs)

🔧 Manuelle Einrichtung

Um GroundDocs manuell zu konfigurieren, fügen Sie es der MCP-Konfiguration (Model Context Protocol) Ihrer IDE hinzu:

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

Starten Sie Ihre IDE nach der Konfiguration neu, damit die Änderungen wirksam werden.

📚 Unterstützte Domain

  • Kubernetes (alle Versionen, einschließlich versionsabhängigem Kubectl-Verhalten, API-Schemata und Feature Gates)

🏗️ Architektur

GroundDocs besteht aus:

  • Lokaler MCP-Server (dieses Repo) → leichtgewichtig, öffentlich, führt Abfragen zur Inferenzzeit aus

  • Remote-Backend-Datenrepository (privat) → übernimmt Scraping, Indizierung und Schwerstarbeit

🌟 Beispielabfrage

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

Beispielantwort anzeigen

🤝 Beitragen

Beiträge sind willkommen! Senden Sie gerne einen Pull Request.

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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