FragDenStaat for Cursor
io.github.notdirk/fds-mcp
Freedom-of-information requests for Germany via FragDenStaat.de, the froide FOI portal.
client:Cursor
transport:stdio
runtime:pypi
Install FragDenStaat in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fds-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fds-mcp"
],
"env": {
"FDS_MCP_BASE_URL": "<FDS_MCP_BASE_URL>",
"FDS_TOKEN": "<FDS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs