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
View repository →TypeScript
MIT
Jacobian
Active
Executable mathematics and independent verification for AI agents.
54
View repository →Python
MIT
LeanToken
Active
Token-bounded repository context for coding agents over MCP.
19
View repository →Rust
Apache-2.0