
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
neuroflow-mcp
Advanced tools
NeuroFlow is an open source, local-first MCP server for organization and execution. It helps a user move through one goal at a time with small, explicit, sequential actions.
Current stage: MVP in validation. Functional prototype.
NeuroFlow is designed to reduce cognitive load. The first configurable profile
is autism. This profile is a starting interaction style. It does not
represent every autistic person. NeuroFlow does not diagnose, provide therapy,
provide treatment, promise clinical benefit, or replace medical or
professional support.
NeuroFlow is a local-first execution tool for MCP hosts. A host model or user supplies a goal and ordered microtasks. NeuroFlow saves the goal locally, shows the current step, advances progress one step at a time, and supports safe switching, canceling, restoring, and resuming.
NeuroFlow is not:
Many productivity tools assume a user wants broad plans, many suggestions, and constant context switching. NeuroFlow focuses on the opposite:
The first configurable profile was designed around reported needs from some autistic users who prefer lower cognitive load, literal wording, explicit next steps, and stable navigation.
This does not mean the profile fits every autistic person, and it does not exclude use by anyone else.
Using npx:
npx -y neuroflow-mcp doctor
Using pip:
python -m pip install neuroflow-mcp
neuroflow-mcp doctor
Using editable install for development:
python -m venv .venv
.venv\Scripts\activate
python -m pip install -e .[dev]
neuroflow-mcp doctor
Interactive terminal host with fixed menu:
neuroflow-mcp host
Generic stdio MCP configuration:
{
"mcpServers": {
"neuroflow": {
"command": "npx",
"args": ["-y", "neuroflow-mcp", "serve"]
}
}
}
Alternative Python module form:
{
"command": "python",
"args": ["-m", "neuroflow_mcp", "serve"]
}
See docs/quickstart.md for a first-run walkthrough and
docs/clients.md for ready-to-use examples for Codex, Claude
Code, Copilot or VS Code, Devin, and OpenClaw. Release publication status is
tracked in docs/release-readiness.md.
If your MCP client does not keep the menu visible, you can use neuroflow-mcp host
as a local terminal host that renders menu.options as a persistent UI.
Run the deterministic public demo:
python examples/demo_flow.py
Generate versionable showcase assets:
python media/generate_showcase.py
See docs/showcase.md, media/DEMO_SCRIPT.md, media/SHOT_LIST.md, and media/RECORDING_GUIDE.md. For a final public demo pass, also use media/VIDEO_CHECKLIST.md and media/VIDEO_PROMPT.md.
NeuroFlow currently supports:
Canceling a goal does not delete its saved tasks or progress.
Manual permanent deletion is separate:
neuroflow-mcp goals delete <goal-id> --yes
See docs/faq.md for goal-management details.
NeuroFlow stores local data in:
NEUROFLOW_HOME when setThe default SQLite database file is neuroflow.db.
Stored local data includes:
No backend account is required. No telemetry is enabled by default.
Core tools:
create_goalget_current_stepcomplete_stepresume_goalGuided navigation tools:
show_menulist_goalsselect_goalshow_goalcancel_goalarchive_goalrestore_goalreturn_to_previous_goalconfirm_actioncancel_actiongo_backcreate_goal_from_titleNeuroFlow can create microtasks automatically from only a goal title.
create_goal_from_titleCriar meta now asks only for the goal title and optional descriptionNeuroFlow MCP applies centralized protection to tool inputs and outputs.
pt-BRNeuroFlow protects its own MCP contracts, but it does not fully control any extra natural-language text produced later by an external MCP client or LLM.
neuroflow-mcp serve
neuroflow-mcp doctor
neuroflow-mcp host
neuroflow-mcp config show
neuroflow-mcp config set show_goal false
neuroflow-mcp goals list
neuroflow-mcp goals delete <goal-id> --yes
python -m pytest -q
python -m ruff check .
python -m ruff format --check .
python -m mypy src tests
python -m build
NeuroFlow is still an MVP in validation.
Current limitations include:
See docs/limitations.md for more detail.
See CONTRIBUTING.md. Feedback from autistic users, accessibility-minded contributors, and MCP integrators is especially welcome.
MIT. See LICENSE.
FAQs
npm bootstrap wrapper for the NeuroFlow MCP server.
We found that neuroflow-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.