Skip to content
Grok

FragDenStaat for Grok

io.github.notdirk/fds-mcp

Freedom-of-information requests for Germany via FragDenStaat.de, the froide FOI portal.

client:Grok transport:stdio runtime:pypi

Install FragDenStaat in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fds-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fds-mcp"
      ],
      "env": {
        "FDS_MCP_BASE_URL": "<FDS_MCP_BASE_URL>",
        "FDS_TOKEN": "<FDS_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FragDenStaat in other clients