OpenReflex for Cursor
io.github.vishnu-77/openreflex
Optional diagnostics MCP server for OpenReflex's ambient project muscle memory.
client:Cursor
transport:stdio
runtime:pypi
Install OpenReflex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openreflex": {
"type": "stdio",
"command": "uvx",
"args": [
"openreflex"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs