DSH Market
F

Flameox

by morluto · morluto/flameox

InstallableMCP Servercopy into placefresh

Runtime evidence that helps agents trace, profile, and burn down hotspots in application and native code, GPU kernels, and inference stacks.

Install Flameox

Not a bundle: wire it through the official mcp-client bridge with a single config row.

This is an MCP server, not a DSH bundle. It is wired in through the official @deepseek-ai/dsh-mcp-client bridge: one plugin row in your config, pointing at either a stdio command or an http endpoint. Its tools then appear to the agent as mcp__flameox__<tool>, the same naming Claude Code and Codex use.

One config row for the mcp-client bridge — fill the command or URL from this repo's README

{
  "name": "@deepseek-ai/dsh-mcp-client",
  "config": {
    "server": "flameox",
    "command": "<stdio command from the README>",
    "url": "<or an http endpoint, if the server is remote>"
  }
}

Placeholders are placeholders

The command and URL above are not stored in our index — no MCP server exposes them in a machine-readable way. Take them from the repository README; everything else in the row is fixed by the bridge.

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
Python

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
entityTypepassinfomcp-server is not installed via `dsh plugin add`
Verdict reason
mcp-server uses its own install path, so bundle checks do not apply
package.json read
npm/package.json
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15

From the README

Excerpt as published by the author, plain text, unedited

src="docs/assets/flameox-mascot-flamegraph.png" width="420" alt="flameox mascot: an ox with a flame graph between its horns" > Flameox connects profilers, benchmark tools, and trace processors to a local evidence record. It preserves their native artifacts and provenance, then exposes bounded evidence to the agent. The agent states what it wants to test; Flameox captures the measurements and preserves the experiment record for review. Install the local runtime and connect a supported MCP client through the guided setup:

Topics

GitHub topics on this repository

More in Mcp Server Model Context Protocol

Ranked by similarity inside the cluster, not alphabetically