Enact Protocol MCP

by EnactProtocol

111 downloads
Not rated
GitHub

About

Enact Protocol MCP is an MCP server that provides an interface to the Enact Protocol framework, which is a framework for creating and executing capabilities across applications. It is designed for developers who want to integrate Enact Protocol capabilities with MCP-compatible…

Details

Author
EnactProtocol
Downloads
111
Categories
Other

- Integrates Enact Protocol capabilities with MCP
- Requires only Bun for build and runtime
- Simple configuration via MCP server settings

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Enact Protocol MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Bun and the project dependencies (bun install), then build the server (bun run build). Configure your MCP client to point to the built dist/build.js file with the node command, replacing the absolute path with your project directory.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "enact protocol mcp": {
            "enact-mcp": {
                "command": "bun",
                "args": [
                    "run",
                    "build"
                ]
            }
        }
    }
}

McpServers

{
    "enact-mcp": {
        "command": "bun",
        "args": [
            "run",
            "build"
        ]
    }
}

Enact Protocol MCP

Enact Protocol is a framework for creating and executing capabilities across applications.

For detailed documentation and specifications, visit:
https://github.com/EnactProtocol/specification

Quick Start

Prerequisites

- Bun installed on your system

Installation

bun install

Build

bun run build

Configuration

Add the following to your MCP server configuration file:

{
  "mcpServers": {
    "enact-server": {
      "command": "node",
      "args": [
        "/absolute/path/to/your/project/dist/build.js"
      ]
    }
  }
}

> Note: Replace /absolute/path/to/your/project with the actual path to your project directory.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.