codspeed
NewCodSpeed is the all-in-one performance testing toolkit. Dive into benchmarking results, flamegraphs, and performance comparisons — give Claude granular profiling context to pinpoint bottlenecks and autonomously iterate on performance via the CodSpeed MCP server.
Summary
CodSpeed is a comprehensive performance testing toolkit that integrates with Claude Code via an MCP server.
- It provides benchmarking results, flamegraphs, and performance comparisons, enabling Claude to pinpoint bottlenecks and autonomously iterate on performance improvements.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "codspeed": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/codspeed run benchmarks --suite my_app_benchmarks
Compare performance of main branch vs feature branch using CodSpeed
Show me the flamegraph for the latest benchmark run
Security Audits
Frequently Asked Questions
What is codspeed?
CodSpeed is a comprehensive performance testing toolkit that integrates with Claude Code via an MCP server. It provides benchmarking results, flamegraphs, and performance comparisons, enabling Claude to pinpoint bottlenecks and autonomously iterate on performance improvements.
How to install codspeed?
To install codspeed: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "codspeed": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is codspeed best for?
codspeed is a mcp categorized under Development. It is designed for: testing, mcp. Created by CodSpeed.
What can I use codspeed for?
codspeed is useful for: Run a benchmark suite and get detailed results to identify slow functions.; Compare performance between two code versions to detect regressions.; Generate a flamegraph to visualize CPU usage and hotspots in your code.; Analyze performance trends over multiple commits to track improvements.; Automatically suggest optimizations based on profiling data from CodSpeed.; Integrate performance testing into CI/CD pipelines with CodSpeed's MCP server..