agent-mcp
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/ # ConfigurationAgents
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.
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/echodeveloperio/agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server