Open Reflex MCP Server

Website · Docs · Walkthrough · PyPI · Issues · Buy me a coffee OpenReflex gives AI coding agents muscle memory. It plugs into Claude Code, Codex, Cursor, and OpenCode through lifecycle hooks and MCP, quietly records how each task actually went, and hands the next similar task what worked before: the approach, the files that mattered, and the fix for the error you hit last time.

People who work with agent memory, codex and coding agents and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2 · #86 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Open Reflex

Claude Code

claude mcp add vishnu-77-openreflex -- uvx openreflex

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vishnu-77-openreflex": {
      "command": "uvx",
      "args": [
        "openreflex"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-13 - young repo, little track record yet

license MIT - declared in the repository

pypi package openreflex - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.vishnu-77 is GitHub-verified and matches the repo owner

03 · What Open Reflex can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.2 · 2026-09-14

Fixes found by an end-to-end test of the published 0.3.1 package. · A hook event that names no tool (a malformed payload) is ignored. It used to be recorded as a nameless tool call · inside a new, untracked task.…

v0.3.1 · 2026-09-14

project_insights is now get_project_insights, so every tool name is a verb followed by what it acts on. · New MCP tool forget_experience deletes one past task from the project's memory (its task, execution, tool…

v0.3.0 · 2026-09-14

Observable, configurable execution policy: every recommendation is recorded with its evidence and can be · explained, and the numbers behind routing and alerts live in a versioned policy file. · Decision snapshots and…

04 · Who maintains Open Reflex

OpenReflex is maintained by vishnu-77. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
coding agent - ranked #86 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-14)
registry
io.github.vishnu-77/openreflex (active, first published 2026-09-14 · 5 versions)
packages
pypi:openreflex

06 · Open Reflex FAQ

What is Open Reflex?

Website · Docs · Walkthrough · PyPI · Issues · Buy me a coffee OpenReflex gives AI coding agents muscle memory. It plugs into Claude Code, Codex, Cursor, and OpenCode through lifecycle hooks and MCP, quietly records how each task actually went, and hands the next similar task what worked before: the approach, the files that mattered, and the fix for the error you hit last time.

Is Open Reflex still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Open Reflex?

Run `uvx openreflex`. You can also paste the ready-made client config above.

Does Open Reflex run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Open Reflex

More coding agent MCP servers · Visily UI Design · LLM Sandbox · Deja Vu · VULK · Contextweaver (wchiway)

More Python MCP servers · Abra Flexi · Humanizer Ru (vladimir-human) · Ru Marketplace MCP · Yggdrasil · see all