Skip to content
Zed

NeuroFlow MCP for Zed

io.github.leonardocesca/neuroflow-mcp

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

client:Zed transport:stdio runtime:npm

Install NeuroFlow MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "neuroflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "neuroflow-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

NeuroFlow MCP in other clients