mcp nbb for Cursor
io.github.lacausecrypto/mcp-nbb
MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).
client:Cursor
transport:stdio
runtime:pypi
Install mcp nbb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-nbb": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "<NBB_LOG_LEVEL>",
"NBB_LOG_FORMAT": "<NBB_LOG_FORMAT>",
"NBB_HTTP_CACHE_ENABLED": "<NBB_HTTP_CACHE_ENABLED>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs