infobroker for Cursor
io.github.flukeatzerocool/infobroker
Multi-provider research MCP server: unified web search, fact-checking, personal knowledge base.
client:Cursor
transport:stdio
runtime:npm
Install infobroker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"infobroker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs