Author avatar

enact-mcp

by EnactProtocol

Server

Tags

4.8 (120)

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.

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →