coding agents

Agent MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

python
local
coding agents
0
View on GitHub

Installation

npx -y rinadelph/Agent-MCP

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "Agent-MCP",
  "command": "npx",
  "args": [
    "-y",
    "rinadelph/Agent-MCP"
  ]
}

About This MCP Server

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

GitHub: https://github.com/rinadelph/Agent-MCP

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub