NeuroFlow MCP for Cursor
io.github.leonardocesca/neuroflow-mcp
Local-first MCP server for guided goals, microtasks, and lower cognitive-load flows.
client:Cursor
transport:stdio
runtime:npm
Install NeuroFlow MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"neuroflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neuroflow-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs