
Enoch
Operate your Enoch control plane from the agent—start, inspect, and manage plane resources without a separate ops console session.
Overview
Enoch is a MCP server for the Operate phase that lets your agent operate an Enoch control plane through authenticated API tools.
What is this MCP server?
- MCP tools to operate an Enoch control plane from your coding agent
- PyPI package enoch-mcp (0.1.1) with uvx runtime hint and stdio transport
- Configurable ENOCH_API_URL (default http://localhost:8787) plus required bearer ENOCH_API_TOKEN
- Bridges agent workflows with live control-plane actions instead of manual dashboard clicks
- Fits solo operators already running Enoch who want infra changes described and executed in chat
- MCP package version 0.1.1
- Default ENOCH_API_URL: http://localhost:8787
- Required secret: ENOCH_API_TOKEN
What problem does it solve?
Jumping between your agent and a separate Enoch admin flow slows solo operators who need quick, auditable control-plane changes.
Who is it for?
Builders already running Enoch who want MCP-driven control-plane operations from Claude Code or Cursor during live infra work.
Skip if: Anyone not using Enoch, or teams that need full cluster provisioning tutorials before a control plane exists.
What do I get? / Deliverables
Once enoch-mcp is registered with ENOCH_API_TOKEN, your agent can invoke Enoch control-plane operations alongside your deployment and fix workflows.
- MCP-configured Enoch control-plane tool access
- Agent-executable plane operations against your Enoch instance
- Reduced context switching between code edits and control-plane tasks
Recommended MCP Servers
Journey fit
Control-plane operations belong on the operate phase when the product is live and you are adjusting how workloads run. Enoch is an infrastructure control surface exposed as MCP tools, not a feature you prototype on a landing page.
How it compares
Enoch control-plane MCP integration, not a multi-cloud pricing or generic PaaS deploy skill.
Common Questions / FAQ
Who is Enoch MCP for?
Solo developers and operators who run an Enoch control plane and want their AI agent to perform plane operations via MCP instead of manual API calls.
When should I use Enoch MCP?
Use it in operate when Enoch is already deployed and you need agent-assisted inspection or control actions against ENOCH_API_URL with a valid bearer token.
How do I add Enoch to my agent?
Install enoch-mcp from PyPI (uvx supported), set ENOCH_API_URL and secret ENOCH_API_TOKEN, and add the stdio MCP server entry in your agent configuration.