Odel
neurohive

neurohive

Local
@adelelo131TypeScriptMITUpdated 4mo ago

Multi-agent memory intelligence with expertise tracking and conflict detection

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmneurohivev1.0.2

Run

npx -y neurohive

MCP client config

{
  "mcpServers": {
    "neurohive": {
      "command": "npx",
      "args": [
        "-y",
        "neurohive"
      ]
    }
  }
}