agent-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-mcpreview the code in src/main.py for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Agent Team
A multi-agent system for collaborative development using the MCP (Model Context Protocol).
Architecture
agent-mcp/
├── mcp-server/ # MCP protocol server
├── agents/ # Specialized AI agents
├── memory/ # Shared state storage
└── config/ # ConfigurationRelated MCP server: Claude Team MCP
Agents
Agent | Role | Capabilities |
Architect | Architecture planning | Project analysis, design patterns, tech stack decisions |
Developer | Code implementation | Task execution, code generation, permission workflow |
Reviewer | Code quality | Security checks, bug detection, code standards |
Tester | Quality assurance | Test planning, failure analysis, coverage estimation |
MCP Tools
list_files- List files in directoriesget_file_content- Read file contentscreate_task- Create tasks in shared queueupdate_task- Update task statussend_message- Agent-to-agent communicationget_messages- Retrieve messagesread_project_context- Analyze project structurereview_code- Static code analysis
Quick Start
# Install dependencies
pip install -r requirements.txt
# Run MCP server
python -m mcp_server.server
# Or with Docker
docker build -t agent-mcp .
docker run -p 8080:8080 agent-mcpIntegration
OpenCode MCP Config
{
"mcpServers": {
"agent-team": {
"command": "python",
"args": ["-m", "mcp_server.server"],
"cwd": "/path/to/agent-mcp"
}
}
}Kilo AI Connection
The MCP server exposes a stdio interface compatible with Kilo AI's MCP client for agent communication.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA reusable AI software development team built on MCP. 13 specialized agents (Project Manager, Backend, Frontend, QA, Security, DevOps, UX, and more) collaborate via shared SQLite state. Exposes 44 MCP tools across 12 domains. All discussions and decisions are stored in the database so agents get back up to speed immediately when re-loaded.MIT
- Alicense-qualityBmaintenanceA Model Context Protocol (MCP) server that turns multiple AI coding agents into a coordinated team that chats, debates, remembers, audits security, and works in parallel on the same project.MIT
- Flicense-qualityDmaintenanceEnables users to generate complete, production-ready software projects from simple ideas by coordinating 8 specialized AI agents through the Model Context Protocol.4
- Alicense-qualityDmaintenanceFacilitates autonomous AI agent collaboration on software projects through file-based task management and inter-agent communication via the Model Context Protocol.16MIT
Related MCP Connectors
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sutanzu/agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server