Skip to content
VS Code

neurohive for VS Code

io.github.adelelo13/neurohive

Multi-agent memory intelligence with expertise tracking and conflict detection

client:VS Code transport:stdio runtime:npm

Install neurohive in VS Code

.vscode/mcp.json

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

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

neurohive in other clients