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
{
"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