Agent-MCP

Agent-MCP

A multi-agent system framework enabling efficient AI collaboration through the MCP protocol.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 1.3k
Source
mcp-github

Overview

Agent-MCP is a framework for building multi-agent systems, leveraging the Model Context Protocol (MCP) to enable coordination and efficient AI collaboration. Designed for AI application developers who need multiple specialized agents working in parallel, it offers real-time visualization, persistent knowledge graphs, and intelligent task management—ideal for large codebase development. Available implementations include Python and Node.js/TypeScript.

Capabilities

  • Parallel execution of multiple agents
  • Persistent knowledge graph
  • Intelligent task management
  • Real-time visualization

Use cases

Development of large codebasesCollaborative work among multiple agentsAI-assisted development of complex projects

Setup

Requires: API KeyNode 环境Python 环境
git clone https://github.com/rinadelph/Agent-MCP.git; cd Agent-MCP; cp .env.example .env; uv venv; uv install; uv run -m agent_mcp.cli --port 8080 --project-dir path-to-directory

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Who is Agent-MCP suitable for?

Experienced AI developers, especially those requiring advanced multi-agent orchestration capabilities.

How do I get started with Agent-MCP?

Clone the repository, configure environment variables, install dependencies, and start the server.

Related skills