Skip to main content

Use Monk Inside Cursor

In Cursor, Monk and the Cursor agent live in the same IDE window. That means the setup has two parts:
  1. Enable Monk MCP for the current workspace
  2. Make sure Cursor loads Monk and allows its tools

Step 1: Enable Monk MCP on the Monk Side

Monk MCP is not enabled by default. If Monk is installed directly in Cursor, you do everything in Cursor itself. Make sure:
  • Monk is installed in Cursor
  • the project is open in Cursor
In Cursor, run:
Monk: Manage MCP Server
Then make sure:
  • you ran Monk: Manage MCP Server
  • you chose Enable MCP server
For Cursor, it is best to include Cursor in the generated target list. If you want the default experience, choose Smart defaults when Monk asks which clients it should configure. Cursor MCP Enablement Cursor discovers MCP servers from project configuration in .cursor/mcp.json and merges that with any global MCP config. Monk writes the project-local file for you in the same workspace. Read more: Install Monk, MCP Getting Started

Step 2: Let Cursor Load Monk

Cursor’s MCP docs recommend saving the config and restarting Cursor so the server is loaded cleanly. If Monk was already enabled while Cursor was open, fully quit and reopen Cursor after the Monk config has been generated. Read more: Cursor MCP integrations

Step 3: Verify Monk Is Visible

Open Cursor Settings:
  • Mac: Cmd+Shift+J
  • Windows/Linux: Ctrl+Shift+J
Then go to Tools & MCP. You should see Monk listed as an MCP server for the current project.

Step 4: Allow Tool Usage

Cursor Agent picks up MCP tools automatically and uses them when relevant. By default, Cursor asks for approval before using MCP tools. This is the safest option and a good default for Monk. If you want fewer prompts, you can change that behavior in Cursor’s MCP settings, but most teams should leave approvals enabled at first. You can also toggle tools on or off from the tools list if you want tighter control.

What to Expect

Once Monk is visible in Cursor, you can ask Cursor to use Monk for tasks like:
  • analyze this project and explain what it needs to run
  • deploy this app to AWS
  • add PostgreSQL and wire it to the backend
  • show me what is running right now
  • check logs and explain why the API is failing

If Monk Does Not Appear

  • confirm Monk is installed in Cursor
  • confirm Monk MCP is enabled in Cursor for this workspace
  • confirm Cursor is opened on the expected project root
  • restart Cursor
  • open Tools & MCP again and check whether Monk is listed