Skip to content
VS Code

infobroker for VS Code

io.github.flukeatzerocool/infobroker

Multi-provider research MCP server: unified web search, fact-checking, personal knowledge base.

client:VS Code transport:stdio runtime:npm

Install infobroker in VS Code

.vscode/mcp.json

{
  "servers": {
    "infobroker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "infobroker"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

infobroker in other clients