mcp-server
19
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.
Integration App MCP Server
This is an implementation of the MCP server that exposes tools powered by Integration App. It allows clients to connect and access tools from active connections using the SSE transport.
Prerequisites
- Node.js (v14 or higher)
- npm or yarn
- Integration App account
Installation
- Clone the repository and navigate to the directory.
- Install dependencies.
- Build the project.
Configuration
Local Development
Run the server locally on http://localhost:3000
using npm start
.
Deployment
- Set environment variables for production.
- Deploy using a hosting service like Heroku.
- Access the server via a deployment URL.
Connection URL
Use the format https://your-app-name.herokuapp.com/sse?token=YOUR_TOKEN
to connect.
MCP Information
- Fetches tools from active connections with the provided token.
- Supports SSE transports.
Troubleshooting
- Check the validity of your Integration App token.
- Review server logs for errors.
- Ensure environment variables are correctly set.