Skip to content
VS Code

neuro mcp for VS Code

io.github.brain-bbqs/neuro-mcp

Neuroscience MCP server (Python) for the BBQS at McGovern Institute of Brain Research

client:VS Code transport:stdio runtime:npm

Install neuro mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "neuro-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brain-bbqs/neuro-mcp"
      ]
    }
  }
}

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

neuro mcp in other clients