Loading MCP server directory, please wait...
Operate an Enoch control plane through MCP tools
npx @getmcp/cli add io.github.alias8818/enochRequires Python 3.10+. Community-contributed server. Review source before installing.
ENOCH_API_TOKENBearer token for the Enoch API.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alias8818/enoch": {
"command": "uvx",
"args": [
"enoch-mcp"
],
"env": {
"ENOCH_API_URL": "http://localhost:8787",
"ENOCH_API_TOKEN": ""
}
}
}
}