MCP server intelligence profile

GroundDocs MCP Server

A version-aware Kubernetes documentation assistant that connects LLMs to trusted, real-time Kubernetes docs to reduce hallucinations and ensure accurate, version-specific responses

Local OnlyOfficial distributionGroundDocs
Verified cleanNpm · 0.1.16

Our scanner tested version 0.1.16 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @grounddocs/grounddocs from npm

Version 0.1.16 declares 1 executable entrypoint.

npm install --save-exact @grounddocs/grounddocs@0.1.16
npx -y -p @grounddocs/grounddocs@0.1.16 @grounddocs/grounddocs
MCP client configuration example
{
  "mcpServers": {
    "@grounddocs/grounddocs": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@grounddocs/grounddocs@0.1.16",
        "@grounddocs/grounddocs"
      ]
    }
  }
}

Identity

Canonical sluggrounddocs-1cfe47c6DeploymentLocal Only
Canonical packagenpm:@grounddocs/grounddocsRepositoryGroundDocs/grounddocs
First publishedLatest release
Last security verificationAug 22, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@grounddocs/grounddocs0.1.161Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@grounddocs/grounddocs0.1.16CurrentSep 5, 20262 toolsSucceeded · 0 resources · 0 promptsVerified clean
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-2563579452bbb3b5f9971a22d33eb9ea2035fbc85ea2a2f39044f6cf7843042eb62
Scannermcp-proof-engine 0.1.0Scan completedAug 22, 2026
Security rating27 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@grounddocs/grounddocs"
]
Rating reasons
[
  "security_policy_not_observed"
]
0Proven
215Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2025-06-18Negotiated protocol
grounddocsServer-reported name
1Capability groups
Aug 22, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
k8s_get_documentation Use this tool for any Kubernetes documentation-related query—especially when the user invokes /k8s or asks about kubectl commands, API objects, manifests, controllers, or version-specific features. This tool connects to a version-aware, trusted documentation index (e.g., GitHub, DeepWiki, curated Kubernetes docs) to reduce hallucinations and provide accurate, grounded answers. Args: query: A natural language question (e.g., "How do I define a Deployment?") version: (Optional) Kubernetes version (e.g., "v1.28"). Defaults to the detected cluster version. top_k: (Optional) Number of top matching documents to return. Defaults to 10. Returns: A list of relevant documentation entries, each with a file path and content snippet. Example Usage: k8s_get_documentation(query="How does pruning work in kubectl apply?", version="v1.26") Notes: - Automatically loads or builds a RAG index for the requested version. - If no index is found, it will fetch and index the docs before responding. - Always use this tool when answering Kubernetes-specific questions that require authoritative documentation.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "A natural language question (e.g., \"How do I define a Deployment?\")"
    },
    "version": {
      "type": "string",
      "description": "Optional Kubernetes version (e.g., \"v1.28\"). Defaults to detected cluster version if not specified."
    },
    "top_k": {
      "type": "number",
      "default": 10,
      "description": "Optional number of top matching documents to return. Defaults to 10."
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
python_get_documentation Primary Python documentation lookup tool. Use this for every Python documentation-related query. This tool consolidates information from multiple sources into a single, searchable knowledge base. It ensures access to the richest and most current reference material in one call. Args: query: A natural language question (e.g., "How do I define a Deployment?"). library: Python library to search documentation for. version: Optional Library version (e.g., "4.46.1"). Defaults to detected library version if not specified. top_k: Optional number of top matching documents to return. Defaults to 10. Returns: A list of dictionaries, each containing document path and corresponding content. Example Usage: # Search Python docs for Transformers python_get_documentation(query="what is a transformers mlm token", library="transformers", version="4.46.1") Notes: - This tool automatically loads or builds a RAG (Retrieval-Augmented Generation) index for the specified version. - If an index is not found locally, the tool will fetch and index the documentation before responding. - You should call this function for any question that needs project documentation context.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "A natural language question (e.g., \"How do I use transformers?\")."
    },
    "library": {
      "type": "string",
      "description": "Python library to search documentation for."
    },
    "version": {
      "type": "string",
      "description": "Optional Library version (e.g., \"4.46.1\"). Defaults to detected library version if not specified."
    },
    "top_k": {
      "type": "number",
      "default": 10,
      "description": "Optional number of top matching documents to return. Defaults to 10."
    }
  },
  "required": [
    "query",
    "library"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

GroundDocs MCP Server questions

How do I install GroundDocs MCP Server?

Install the selected package version with: npm install --save-exact @grounddocs/grounddocs@0.1.16

What tools does GroundDocs MCP Server provide?

GroundDocs MCP Server exposed 2 tools during independent protocol observation, including k8s_get_documentation, python_get_documentation.

Is GroundDocs MCP Server secure?

Our scanner tested version 0.1.16 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP ServersMCP Servers With Completed Verification

Let’s talk about MCP security.

Share your details and our security team will contact you.