← Back to Plugins
MCP Server MCP

Grounder

github By github 👁 1 views ▲ 0 votes

Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.

Homepage Verified source GitHub

Install

uvx grounder-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "grounder-mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Grounder API key - get one free at https://grounder.dev",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GROUNDER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...