PluginBench
MCP Server
Maintained
MIT

io.github.AdelElo13/neurohive MCP Server

io.github.AdelElo13/neurohive

What is the io.github.AdelElo13/neurohive MCP server?

Multi-agent memory intelligence with expertise tracking and conflict detection

How to install io.github.AdelElo13/neurohive

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neurohive": {
      "command": "npx",
      "args": [
        "-y",
        "neurohive"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "neurohive": {
      "command": "npx",
      "args": [
        "-y",
        "neurohive"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "neurohive": {
      "command": "npx",
      "args": [
        "-y",
        "neurohive"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "neurohive": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "neurohive"
      ]
    }
  }
}
Claude Code
claude mcp add neurohive -- npx -y neurohive

Related MCP servers

mac-control-mcp

Maintained

Native Swift macOS automation — 143 tools: AX, EventKit, voice, browser DOM, undo.

15
Swift
MIT
View repository →

Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation

4
TypeScript
View repository →