streamable-httpApache-2.0updated 12d ago
Claude Code plugin marketplace for the OctoPerf load-testing platform.
What can you do with octoperf?
OctoPerf — Claude Code plugins
Claude Code plugin marketplace for the OctoPerf load-testing platform.
Not using Claude Code? The OctoPerf MCP server is a hosted, client-agnostic remote server (
https://api.octoperf.com/mcp, Streamable HTTP, OAuth 2.1 — no API key). It works with any MCP client. This repo is just the one-step Claude Code entry point — see Other clients below.
This repo distributes one plugin (octoperf) that:
- registers the hosted OctoPerf MCP server (
https://api.octoperf.com/mcp, Streamable HTTP, OAuth 2.1 + PKCE + DCR — no API key); - installs eight workflow skills that drive the MCP tools end-to-end (auto-correlation, validation triage, scenario diagnosis, bench-report reading, PDF export, real-browser probe, scheduling, async polling);
- ships an
AGENTS.mdreference describing every MCP tool the server exposes.
Install
/plugin marketplace add OctoPerf/octoperf-claude-plugins
/plugin install octoperf@octoperf
The first MCP call opens a browser for OAuth login on api.octoperf.com.
Revoke at any time from Account → Connected applications on OctoPerf.
What you get
| Component | Location | Purpose |
|---|---|---|
| MCP server | plugins/octoperf/.mcp.json |
Tools to manage workspaces, projects, VUs, scenarios, bench results |
| AGENTS.md | plugins/octoperf/AGENTS.md |
Full MCP tool catalogue (also served as octoperf://templates/agents-md) |
| Skills | plugins/octoperf/skills/*/SKILL.md |
Workflow recipes invoked on natural-language triggers |
Skills
| Skill | Triggers on |
|---|---|
octoperf-auto-correlation |
"correlate the VU", "fix replay errors", "401/403 on replay" |
octoperf-validation-triage |
"the validation is red", "lots of errors after import" |
octoperf-scenario-diagnosis |
"the load test failed", "why are response times so high" |
octoperf-bench-reports |
"what's the right tool for this widget", widget metric questions |
octoperf-export-bench-report-pdf |
"export the report as PDF", "print the bench report", "share a PDF" |
octoperf-real-browser-probe |
"EUM probe", "Playwright probe", "TruClient equivalent" |
octoperf-scheduling |
"schedule the scenario", "run every weekday at 8am" |
octoperf-async-polling |
invoked automatically by any skill that has to poll a taskId result |
Other clients
The MCP server is not Claude-specific. To connect Claude.ai, Claude Desktop,
Cursor, ChatGPT, Codex, Gemini CLI, GitHub Copilot — or any other MCP client —
see the MCP server documentation. Most
clients just need the server URL https://api.octoperf.com/mcp.
License
Apache-2.0
Install
Add octoperf to your client. Pick the one you use.
claude mcp add --transport http octoperf https://api.octoperf.com/mcpcodex mcp add octoperf --url https://api.octoperf.com/mcp{
"mcpServers": {
"octoperf": {
"url": "https://api.octoperf.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"octoperf": {
"type": "http",
"url": "https://api.octoperf.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"octoperf": {
"url": "https://api.octoperf.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"octoperf": {
"serverUrl": "https://api.octoperf.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation20/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 15, 2026 |