Manages environment variables for the MCP server, including storing credentials like Gmail access information
Connects with GitHub repositories for code management and version control of the MCP system
Integrates with Gmail for communication capabilities, using stored credentials from the environment variables
Provides deployment configuration for hosting the MCP server on Netlify's platform
Offers deployment configuration for hosting the MCP server on Render's cloud platform
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
BaseMCPAgentto build new agents.
Related MCP server: A2A 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:
Clone the repository:
git clone https://github.com/Nisarg-123-web/MCP.git cd MCP