Skip to content
Cursor

Flameox for Cursor

io.github.morluto/flameox

Bounded local runtime evidence from explicit artifacts and typed direct targets.

client:Cursor transport:stdio runtime:pypi

Install Flameox in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flameox": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "flameox"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Flameox in other clients