Back to Apps

OctoPerf MCP
by tpit59
Launch and manage OctoPerf performance tests directly via AI assistants.
0 stars
Works in:claude
Exposes:Tools
What it does
OctoPerf MCP connects AI assistants to the OctoPerf platform, allowing developers and QA engineers to trigger performance tests, monitor their execution status, and retrieve detailed metrics without leaving their chat interface.
Tools
octoperf_get_current_user_workspaces: List all accessible workspaces.get_project_by_workspace_id: List projects within a specific workspace.get_runtime_id: Retrieve runtime IDs for a given project.octoperf_run_test: Start a performance test using a runtime ID.octoperf_status: Check the current status of a running test.octoperf_report: Retrieve a full report for a specific test run.octoperf_get_report_metrics: Fetch specific performance, volume, or error metrics.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"octoperf": {
"command": "go",
"args": ["run", "."],
"env": {
"OCTOPERF_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"octoperf": {
"command": "go",
"args": ["run", "."],
"env": {
"OCTOPERF_API_KEY": "your_api_key_here"
}
}
}
}





