Official Mingxin MCP server: signed AI-inference-storage benchmarks (KV cache tiering, +29-40% throughput on AMD MI308X), article search, ROI estimation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mingxin-mcp-server": {
"command": "npx",
"args": [
"-y",
"mingxin-tech/mingxin-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mingxin-mcp-server npx -y mingxin-tech/mingxin-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mingxin-mcp-server": {
"command": "npx",
"args": [
"-y",
"mingxin-tech/mingxin-mcp-server"
]
}
}
}
📋 Copy