Agent MCPServer

rinadelph
GitHub
multi-agent systemsAI collaborationtask management

Loading subscription status...

💡 Description

A framework for creating multi-agent systems using the MCP (Model Context Protocol) for coordinated, efficient AI collaboration.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Agent MCP": {
        "env": {
          "OPENAI_API_KEY": "your_openai_api_key_here"
        },
        "args": [],
        "command": "uv run -m mcp_template.main --port 8080 --project-dir /path/to/your/project"
      }
    }
  ]
}

🛠️ Tools

uvSQLite

Features

  • Multi-agent collaboration framework
  • Task management and coordination
  • Context and knowledge sharing between agents
  • Graph visualization of agent interactions
  • Support for embedding and RAG capabilities

💬 Example Queries

  • Create a worker agent with ID 'frontend-worker' to implement the login page.
  • Initialize as an admin agent with this token: [your-token].
  • Please add the MCD.md file to the project context. Don't summarize it.