Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A MCP server that provides test results context from Currents to AI agents, useful for debugging and optimizing CI test failures.
Add this to your MCP client configuration:
{
"mcpServers": {
"currents-dev-currents-mcp": {
"command": "npx",
"args": [
"-y",
"@currents/mcp"
],
"env": {
"CURRENTS_API_KEY": "<Your Currents API key for authentication>"
}
}
}
}{
"id": "currents-dev-currents-mcp",
"name": "Currents",
"description": "A MCP server that provides test results context from Currents to AI agents, useful for debugging and optimizing CI test failures.",
"source_url": "https://github.com/currents-dev/currents-mcp",
"publisher_name": "currents-dev",
"publisher_url": "https://github.com/currents-dev",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 125080,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@currents/mcp"
},
"tools_count": 3
}