Skip to main content
Glama

MCP

📌 Functionality:

  • Acts as the master orchestrator for all intelligent agents.

  • Provides scripts to initialize and test all agents and pipelines.

  • Uses a plug-and-play model via BaseMCPAgent to build new agents.

Related MCP server: Orchestrator MCP Server

📂 Main Files:

  • README.md – Project overview and how to run the system.

  • USER_GUIDE.md – Walkthrough on using agents.

  • COMPLETE_SYSTEM_STATUS.md – Tracks which agents are working.

  • .env – Stores environment variables like Gmail credentials.

  • netlify.toml, render.yaml – Deployment configurations.

🚀 Getting Started:

  1. Clone the repository:

    git clone https://github.com/Nisarg-123-web/MCP.git
    cd MCP

Related MCP Connectors

Related MCP Servers