Awesome MCPSoftware Development

currents-dev/currents-mcp

⭐ 20 TypeScript added to this list on 2025-05-06 repository created 2025-04-02

currents-mcp is a Model Context Protocol server that gives AI coding agents visibility into continuous-integration test results stored in the Currents dashboard. Written in TypeScript and run through npx, it connects tools such as Cursor and Claude directly to a Currents account so agents can diagnose failing and flaky tests using real execution data rather than guesswork, without leaving the editor. The server exposes a large set of tools for querying and managing test data: it can retrieve projects and project insights, list and get details of runs, find runs by query parameters, and cancel, reset or delete runs. It surfaces affected tests and their executions for quarantine, skip and tag rules over date ranges, and lets agents create, update, enable, disable and delete actions that control that behaviour. It also aggregates error trends and performance metrics across a test suite, lists pull-request cards and project terms such as tags, branches and authors, and integrates with Jira to create and link issues and list Jira projects, issue types and custom fields. Access requires a Currents API key supplied through the CURRENTS_API_KEY environment variable. By exposing this data through MCP, the server lets an assistant pinpoint failures, understand flakiness and act on CI results programmatically. It is aimed at engineering teams that use Currents for test observability and want their AI agents to reason about and manage CI test outcomes directly.

https://github.com/currents-dev/currents-mcp

mcpcitestingcurrentsflaky-teststypescript

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...