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

🔧 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.

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