Odel
mingxin mcp server

mingxin mcp server

@mingxin-techJavaScriptMITUpdated 1mo ago

Measured AI-inference-storage benchmarks with citations, article search, KV-cache ROI estimation.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Mingxin MCP Server

Official MCP server for Mingxin (Tianjin) Semiconductor Equipment Co., Ltd. — signed AI-inference-storage benchmark data, technical article search, and KV-cache tiering ROI estimation.

Every figure this server returns carries a signed test-report citation (R1–R9). The underlying benchmark is open source and reproducible: mingxin-kvcache-bench.

Tools

ToolWhat it does
query_benchmarkSigned FX-series results: throughput +29–40%, TTFT −26–32% (Qwen3-480B class on 8× AMD MI308X), model loading 6.2–9.3× vs NFS; full R1–R9 report list with hosted PDF URLs
search_mingxin_docsSearch Mingxin's published articles on KV cache tiering, NVMe-oF all-flash storage and LLM serving (Chinese + English)
estimate_roiKV-cache tiering ROI estimate for a GPU cluster (faithful port of the reproducible Python model; mid-scenario estimates, not commitments)

Install

Remote (streamable HTTP, no install)

Endpoint: https://mingxinstorage.xyz/api/mcp

Cursor (~/.cursor/mcp.json):

{
  "mcpServers": {
    "mingxin": { "url": "https://mingxinstorage.xyz/api/mcp" }
  }
}

Claude Desktop / VS Code and other stdio-only clients (via this npm package):

{
  "mcpServers": {
    "mingxin": { "command": "npx", "args": ["-y", "mingxin-mcp-server"] }
  }
}

Domain-level discovery

https://mingxinstorage.xyz/.well-known/mcp.json

Honesty & provenance

  • Measured numbers come only from signed/official test reports; vendor specs and estimates are labeled as such.
  • ROI outputs are mid-scenario estimates with stated bands (uplift 29–40% measured; cold-recovery share 10–50% estimated, to be backfilled by pilot measurement).
  • This server exposes only already-public website content; no customer data.

License

MIT