PluginBench
MCP Server
Active
MIT

Flameox MCP Server

io.github.morluto/flameox

What is the Flameox MCP server?

Local runtime evidence for coding-agent performance and reliability investigations

How to install Flameox

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flameox": {
      "command": "uvx",
      "args": [
        "flameox",
        "mcp",
        "serve",
        "--project-root",
        "."
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "flameox": {
      "command": "uvx",
      "args": [
        "flameox",
        "mcp",
        "serve",
        "--project-root",
        "."
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "flameox": {
      "command": "uvx",
      "args": [
        "flameox",
        "mcp",
        "serve",
        "--project-root",
        "."
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "flameox": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "flameox",
        "mcp",
        "serve",
        "--project-root",
        "."
      ]
    }
  }
}
Claude Code
claude mcp add flameox -- uvx flameox mcp serve --project-root .

Related MCP servers

REA

Active

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

357
TypeScript
MIT
View repository →

Jacobian

Active

Executable mathematics and independent verification for AI agents.

54
Python
MIT
View repository →

LeanToken

Active

Token-bounded repository context for coding agents over MCP.

19
Rust
Apache-2.0
View repository →

Local-first GitHub contribution research workbench

3
Go
MIT
View repository →