Skip to content
Zed

OpenReflex for Zed

io.github.vishnu-77/openreflex

Optional diagnostics MCP server for OpenReflex's ambient project muscle memory.

client:Zed transport:stdio runtime:pypi

Install OpenReflex in Zed

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

{
  "context_servers": {
    "openreflex": {
      "command": "uvx",
      "args": [
        "openreflex"
      ]
    }
  }
}

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

OpenReflex in other clients