Server data from the Official MCP Registry
Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes.
Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes.
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-warpmetrics-mcp": {
"args": [
"-y",
"@warpmetrics/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Connect AI assistants to your Warpmetrics AI agent telemetry via the Model Context Protocol.
npm install -g @warpmetrics/mcp
Create an API key at warpmetrics.com/app/api-keys
Add to your ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"warpmetrics": {
"command": "warpmetrics-mcp",
"env": {
"WARPMETRICS_API_KEY": "wm_live_your_api_key_here"
}
}
}
}
The Warpmetrics tools will now be available.
Tools are loaded dynamically from the Warpmetrics API and stay automatically in sync.
View all available tools:
npx @warpmetrics/mcp --list-tools| Variable | Required | Description |
|---|---|---|
WARPMETRICS_API_KEY | Yes | Your Warpmetrics API key |
WARPMETRICS_API_URL | No | API URL (default: https://api.warpmetrics.com) |
git clone https://github.com/warpmetrics/mcp.git
cd mcp
npm install
# Run locally
WARPMETRICS_API_KEY=wm_live_... node src/index.js
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.