PeakInfer MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PeakInfer MCP Serverdetect drift between my code and runtime behavior"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PeakInfer MCP Server
Achieve peak inference performance in Claude Desktop and Claude Code.
PeakInfer helps you run AI inference at peak performance by correlating what no one else sees together: your code, runtime behavior, benchmarks, and evals.
The Problem
Your code says streaming: true. Runtime shows 0% actual streams. That's drift—and it's killing your latency.
Peak Inference Performance means: Improving latency, throughput, reliability, and cost without changing evaluated behavior.
Related MCP server: LUMINO MCP Server
Features
Drift Detection: Find mismatches between code declarations and runtime behavior
Runtime Connectors: Fetch events from Helicone and LangSmith
Benchmark Comparison: Compare your metrics to InferenceMAX benchmarks (15+ models)
Template Library: Access 43 optimization templates
Analysis History: Track and compare performance over time
Installation
Via npx (Recommended)
npx @kalmantic/peakinfer-mcpVia npm (Global)
npm install -g @kalmantic/peakinfer-mcp
peakinfer-mcpClaude Desktop Configuration
Add to ~/.config/claude/claude_desktop_config.json (macOS) or %APPDATA%\claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"peakinfer": {
"command": "npx",
"args": ["@kalmantic/peakinfer-mcp"],
"env": {
"HELICONE_API_KEY": "your-key-here",
"LANGSMITH_API_KEY": "your-key-here"
}
}
}
}Build from Source
git clone https://github.com/Kalmantic/peakinfer-mcp.git
cd peakinfer-mcp
npm install
npm run buildAvailable Tools
Runtime Data
Tool | Description |
| Fetch LLM events from Helicone |
| Fetch traces from LangSmith |
Benchmarks
Tool | Description |
| Get benchmark data for a model |
| Compare current analysis to historical baseline |
Templates
Tool | Description |
| List available optimization templates |
| Get details of a specific template |
Analysis
Tool | Description |
| Save analysis results to history |
Environment Variables
Variable | Description |
| API key for Helicone integration |
| API key for LangSmith integration |
Example Usage
In Claude Desktop or Claude Code:
Fetch the last 7 days of events from Helicone and identify any drift between my code and runtime behavior.Compare my current p95 latency to InferenceMAX benchmarks for gpt-4o.Show me optimization templates for improving throughput without changing model behavior.Resources
The server also exposes MCP resources:
peakinfer://templates- Optimization templates (43 total)peakinfer://benchmarks- InferenceMAX benchmark data (15+ models)peakinfer://history- Analysis run history
Prompts
Available prompt templates:
analyze-file- Analyze a file for LLM inference pointscompare-benchmarks- Compare your metrics to peak benchmarkssuggest-optimizations- Get optimization recommendations that preserve behavior
The Four Dimensions
PeakInfer analyzes every inference point across 4 dimensions:
Dimension | What We Find |
Latency | Missing streaming, blocking calls, p95 vs benchmark gaps |
Throughput | Sequential bottlenecks, batch opportunities |
Reliability | Missing retries, timeouts, fallbacks |
Cost | Right-sized model selection, token optimization |
Troubleshooting
Server not appearing in Claude Desktop
Check the path to
dist/index.jsis absoluteVerify
npm run buildcompleted successfullyRestart Claude Desktop after config changes
API key errors
Verify API keys are set in config
envsectionCheck keys are valid at provider's dashboard
Ensure no trailing whitespace in key values
Links
License
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kalmantic/peakinfer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server