Skip to content
VS Code

neuromcp for VS Code

io.github.adelelo13/neuromcp

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

client:VS Code transport:stdio runtime:npm

Install neuromcp in VS Code

.vscode/mcp.json

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

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

neuromcp in other clients