neurohive for Cursor
io.github.adelelo13/neurohive
Multi-agent memory intelligence with expertise tracking and conflict detection
client:Cursor
transport:stdio
runtime:npm
Install neurohive in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"neurohive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neurohive"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs