Loading...
npx -y{
"mcpServers": {
"currents": {
"command": "npx",
"args": ["-y", "@currents/mcp"],
"env": {
"CURRENTS_API_KEY": "your-api-key"
}
}
}
}currents-get-projectsRetrieves a list of projects from the Currents platform.
Read-only operation; no data modification.
currents-get-run-detailsRetrieves detailed information about a specific test run.
Read-only operation; no data modification.
currents-cancel-runCancels a test run that is currently in progress.
Stops the run and prevents further execution.
currents-delete-runDeletes a test run and all associated data.
Irreversible data loss.
currents-create-actionCreates a new action for a project.
Creates a new action, potentially triggering unwanted behavior.
currents-update-webhookUpdates an existing webhook.
Modifies existing webhook configuration, potentially disrupting integrations.
This MCP server offers valuable insights into test results but includes tools that can modify or delete data. It's relatively safe for read-only operations, but using write operations requires careful consideration of the potential impact and security of the API key.