mcp-server
The Integration App MCP Server is an implementation of the Model Context Protocol server that enables clients to connect and access tools using SSE transport technology. It supports deployment in local and production environments like Heroku and AWS, ensuring seamless integration and tool management.
What is the purpose of the Integration App MCP Server?
The Integration App MCP Server allows clients to connect and access tools from active connections using the Model Context Protocol (MCP) with Server-Sent Events (SSE) transport.
What are the prerequisites for running the MCP Server?
You need Node.js (v14 or higher), npm or yarn, and an Integration App account to run the MCP Server.
How can I deploy the MCP Server to a production environment?
You can deploy the MCP Server to a production environment like Heroku or AWS by setting the appropriate environment variables and using your preferred hosting service.
How do I connect to the MCP Server?
To connect to the MCP Server, use the URL format: https://your-app-name.herokuapp.com/sse?token=YOUR_TOKEN, replacing YOUR_TOKEN with a valid Integration App Token.
What should I do if I encounter issues with the MCP Server?
Ensure your Integration App token is valid, check server logs for errors, and verify that your deployment environment has the correct environment variables set.