Enact Protocol MCP
@EnactProtocol
About Enact Protocol MCP
MCP Server for enact protocol
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"enact-mcp": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Enact Protocol MCP?
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 clients.
How to use Enact Protocol MCP?
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.
Key features of Enact Protocol MCP
- Integrates Enact Protocol capabilities with MCP
- Requires only Bun for build and runtime
- Simple configuration via MCP server settings
Use cases of Enact Protocol MCP
—
FAQ from Enact Protocol MCP
—
Note: The README does not provide explicit feature lists, use cases, or FAQ content. The description above is derived solely from the information given.
Comments