Manages environment variables such as Gmail credentials through a .env file
Provides repository access and version control for the MCP system
Connects with Gmail using stored credentials for email-related agent functionality
Supports deployment of the MCP server through Netlify configuration
Enables deployment of the MCP server through Render configuration
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: Wordware MCP
📂 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