Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Perfscale

БесплатноНе проверен

Enables local load testing with k6/locust/native tools and cloud-based test management through the perfscale platform.

GitHubEmbed

Описание

Enables local load testing with k6/locust/native tools and cloud-based test management through the perfscale platform.

README

Model Context Protocol servers for perfscale:

Package Server Use case
@perfscale/mcp perfscale-mcp Local: run k6/locust/native load tests, lint and manage test/config YAML via the OSS perfscale CLI
@perfscale/controlplane-mcp perfscale-controlplane-mcp Cloud: machines, tests, runs, metrics, and audit data from perfscale.su / perfscale.ru

Quick start

OSS (local)

Requires the perfscale CLI on PATH (or PERFSCALE_BIN).

{
  "mcpServers": {
    "perfscale": {
      "command": "npx",
      "args": ["-y", "@perfscale/mcp"]
    }
  }
}

Tools: run_test, lint, get_schema, parse_summary, list_actions, list_configs, read_config, write_test, write_config, update_config, remove_config.

Controlplane (cloud)

Create an API token in the dashboard (Settings → API Tokens; Scale plan: 1 per user, Enterprise: 5 per user), then:

{
  "mcpServers": {
    "perfscale-cloud": {
      "command": "npx",
      "args": ["-y", "@perfscale/controlplane-mcp"],
      "env": {
        "PERFSCALE_API_URL": "https://perfscale.su",
        "PERFSCALE_API_TOKEN": "psk_..."
      }
    }
  }
}

Tools: whoami, tenant_limits, list_machines, get_machine, list_tests, get_test, list_runs, get_run, get_run_logs, runs_by_machine, run_test, metrics_catalog, query_metrics, get_otel_timeseries, list_dashboards, list_git_repos, sync_git_repo, list_env_vars (values masked), audit_log.

Development

pnpm install
pnpm test        # vitest across all packages
pnpm build       # tsc -b per package

Releasing

Bump the version in the package's package.json, then tag and push:

git tag v0.2.0 && git push origin v0.2.0

CI publishes to npm (release.yml); packages whose version is already on the registry are skipped, so packages version independently. Requires the NPM_TOKEN repo secret.

from github.com/Perfscale/mcp

Установка Perfscale

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Perfscale/mcp

FAQ

Perfscale MCP бесплатный?

Да, Perfscale MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Perfscale?

Нет, Perfscale работает без API-ключей и переменных окружения.

Perfscale — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Perfscale в Claude Desktop, Claude Code или Cursor?

Открой Perfscale на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Perfscale with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development