Skip to content
VS Code

NeuroFlow MCP for VS Code

io.github.leonardocesca/neuroflow-mcp

Local-first MCP server for guided goals, microtasks, and lower cognitive-load flows.

client:VS Code transport:stdio runtime:npm

Install NeuroFlow MCP in VS Code

.vscode/mcp.json

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

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

NeuroFlow MCP in other clients