Skip to content
Cursor

Enoch for Cursor

io.github.alias8818/enoch

Operate an Enoch control plane through MCP tools

client:Cursor transport:stdio runtime:pypi

Install Enoch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "enoch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "enoch-mcp"
      ],
      "env": {
        "ENOCH_API_URL": "<ENOCH_API_URL>",
        "ENOCH_API_TOKEN": "<ENOCH_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Enoch in other clients