claude_desktop_config.json for ignfab/geocontext (data.geopf.fr) and https://github.com/datagouv/datagouv-mcp (data.gouv.fr) :
https://modelcontextprotocol.io/docs/develop/connect-local-servers ->
{
"mcpServers": {
"geocontext": {
"command": "npx",
"args": ["-y", "@ignfab/geocontext"]
},
"datagouv": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.data.gouv.fr/mcp"
]
}
},
"preferences": {
"coworkScheduledTasksEnabled": false,
"sidebarMode": "chat",
"coworkWebSearchEnabled": false,
"ccdScheduledTasksEnabled": true
}
}
claude_desktop_config.jsonfor ignfab/geocontext (data.geopf.fr) and https://github.com/datagouv/datagouv-mcp (data.gouv.fr) :https://modelcontextprotocol.io/docs/develop/connect-local-servers ->
{ "mcpServers": { "geocontext": { "command": "npx", "args": ["-y", "@ignfab/geocontext"] }, "datagouv": { "command": "npx", "args": [ "mcp-remote", "https://mcp.data.gouv.fr/mcp" ] } }, "preferences": { "coworkScheduledTasksEnabled": false, "sidebarMode": "chat", "coworkWebSearchEnabled": false, "ccdScheduledTasksEnabled": true } }