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.
Latest Blog Posts
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