PluginBench
MCP Server
Active

io.github.AdelElo13/neuromcp MCP Server

io.github.AdelElo13/neuromcp

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

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

How to install io.github.AdelElo13/neuromcp

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": {
    "neuromcp": {
      "command": "npx",
      "args": [
        "-y",
        "neuromcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "neuromcp": {
      "command": "npx",
      "args": [
        "-y",
        "neuromcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "neuromcp": {
      "command": "npx",
      "args": [
        "-y",
        "neuromcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "neuromcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "neuromcp"
      ]
    }
  }
}
Claude Code
claude mcp add neuromcp -- npx -y neuromcp

Related MCP servers

mac-control-mcp

Maintained

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

15
Swift
MIT
View repository →

Multi-agent memory intelligence with expertise tracking and conflict detection

1
TypeScript
MIT
View repository →