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
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., "@MCP Orchestration Serverinitialize the email agent and check its status"
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
π 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: MCP Hub
π 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