neuro for Cursor
io.github.brain-bbqs/neuro
Neuroscience MCP server (Python)
client:Cursor
transport:stdio
runtime:npm
Install neuro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"neuro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@brain-bbqs/neuro-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs