Skip to content
VS Code

Flameox for VS Code

io.github.morluto/flameox

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

client:VS Code transport:stdio runtime:pypi

Install Flameox in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Flameox in other clients