Skip to main content
Glama

グラウンドドキュメント

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 サーバー(このリポジトリ) → 軽量、公開、推論時間クエリを実行

  • リモートバックエンドデータリポジトリ(プライベート)→スクレイピング、インデックス作成、および重い処理を処理

🌟 クエリ例

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