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)
{
"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