trackmcp
Back to directory
GroundDocs

grounddocs

View on GitHub

Grounded Documentation for LLMs

4 stars TypeScriptOthers Updated May 25, 2025

Documentation

GroundDocs

GroundDocs is a version-aware documentation assistant. It connects LLMs to trusted, real-time docsβ€”reducing hallucinations and ensuring accurate, version-specific responses.

πŸš€ Installation

bash
npx @grounddocs/cli@latest install

Supported clients: cursor, windsurf, cline, claude, witsy, enconvo, vscode

πŸ”§ Manual Setup

To manually configure GroundDocs, add it to your IDE's MCP (Model Context Protocol) configuration:

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

After configuration, restart your IDE for the changes to take effect.

πŸ“š Supported Domain

  • Kubernetes (all versions, including version-aware kubectl behavior, API schemas, and feature gates)

πŸ—οΈ Architecture

GroundDocs consists of:

  • Local MCP server (this repo) β†’ lightweight, public, runs inference-time queries
  • Remote backend data repository (private) β†’ handles scraping, indexing, and heavy lifting

🌟 Example Query

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

View example response

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Frequently asked questions

What is grounddocs?

grounddocs is Grounded Documentation for LLMs

How do I install grounddocs?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is grounddocs open source?

Yes β€” it is hosted on GitHub at https://github.com/GroundDocs/grounddocs and has 4 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP