monk-agent companion, connects your agent to it over MCP, and loads the monk skill. There is no separate app to run and nothing to configure by hand.
The plugin installs
monk-agent under ~/.monk/bin and connects your agent to its MCP endpoint on 127.0.0.1:7419. On first use it also installs the Monk CLI and daemon through your system package manager. Your agent asks for approval before privileged operations, and your cloud credentials are never exposed to the agent.Requirements
- Claude Code, Cursor, OpenAI Codex, or Google Antigravity.
- Network access to GitHub and
https://get.monk.io/stableso the plugin can download the signedmonk-agentarchive. - Permission to run a local helper process on loopback, normally
127.0.0.1:7419.
monk-agent under your user profile:
Claude Code
Run these commands inside Claude Code:/mcp — Monk should appear as an MCP server. If Claude Code asks you to authenticate, complete the browser sign-in flow from /mcp.
Cursor
Monk is listed in the Cursor marketplace, so you can install it either way:-
From chat: run this command in Cursor chat:
- From the UI: open Cursor’s Customize tab, find Monk under plugins (or start from the marketplace listing), and click install.
monk server.
/add-plugin https://github.com/monk-io/monk-plugin also works if you prefer installing straight from the GitHub repository.Codex
Add the Monk marketplace from your terminal:monk-plugins marketplace and install Monk. Restart Codex afterward so the Monk skill and MCP config are loaded, then verify with /mcp.
If Codex reports that Monk needs authentication, run:
/mcp again.
The tested Codex CLI command is
codex marketplace add monk-io/monk-plugin. Do not use codex plugin marketplace add; that is not the Codex CLI marketplace command.Antigravity
Antigravity 2.0 (the standalone desktop app and CLI) uses a plugin directory instead of a marketplace command:monk-agent in the background and writes a monk entry to ~/.gemini/config/mcp_config.json. Open a project in Antigravity afterward — plugins load in workspace context, so the monk skill and MCP tools become available once a project is open.
Sign In
After installing on any agent, ask it to check that everything is ready:What the Plugin Sets Up
1
The host loads the Monk skill and plugin manifest
Your coding agent reads the plugin metadata and makes Monk available.
2
The plugin starts monk-agent
The bundled launcher installs
monk-agent if it is missing, starts it locally, and waits for the MCP endpoint.3
monk-agent checks runtime state
The local agent verifies the Monk CLI, daemon, auth, and workspace state. If setup is needed, it opens the sign-in or setup flow.
4
Your coding agent connects over MCP
The agent talks to Monk at
http://127.0.0.1:7419/mcp. Privileged operations still go through Monk approval flows.monk ... shell commands against live Monk-managed infrastructure.
Any other MCP-capable agent can connect to the local
monk-agent endpoint at http://127.0.0.1:7419/mcp once it is installed and running, but the plugin hosts above are the supported, tested paths.Updating
Uninstall
First remove the plugin from the host:
Host uninstall removes the plugin, but not the local companion. To remove it, run the cleanup script from the plugin repository:
--runtime on macOS/Linux, -Runtime on Windows.
Troubleshooting
Monk does not show up in the agent- Reload or restart the agent after installation.
- Claude Code: run
/reload-plugins, then/mcp. - Cursor: open Settings → Tools & MCP and confirm Monk is enabled.
- Codex: run
/pluginsand confirm Monk is installed frommonk-plugins. - Antigravity: confirm
~/.monk/bin/monk-agent statusreports running and that~/.gemini/config/mcp_config.jsonhas amonkentry.
- Confirm no other process is blocking
127.0.0.1:7419. - Restart the agent so the bundled launcher can start
monk-agentagain.
- Claude Code: run
/mcpand use the MCP authentication prompt. - Cursor: use Cursor’s MCP login flow for the
monkserver. - Codex: run
codex mcp login monk.
More troubleshooting
Common setup and connection issues
Next Steps
First deployment
Deploy your first application in minutes
Connect your cloud
Credentials and permissions for every provider

