integration-app_mcp-server

integration-app_mcp-server

0

This project is an implementation of the Model Context Protocol (MCP) server that allows the use of tools powered by the Integration App. It involves managing tools through Actions in the Integration App workspace and supports custom configuration for multiple integrations.

Overview

This is an implementation of the Model Context Protocol (MCP) server. It exposes tools powered by Integration App which are managed through Actions defined in the Integration App workspace.

Managing Tools

The server uses Actions as tools. For tool management, refer to the Using Tools guide.

Running the Server

  • Install node.js
  • Configure actions in your Integration App workspace
  • Obtain an Integration App token from Workspace Settings.

You need to provide the following environment variables to the server:

  • INTEGRATION_APP_TOKEN
  • INTEGRATION_KEY

The server exposes tools from one integration at a time, but you can modify it for multiple integrations.