Claude Desktop

  1. Open Claude

  2. From the menu bar, select Settings

  3. Click the Developer tab

  1. Click on the Edit Config button

  1. A file window will open with the JSON configuration file highlighted. Open it in your text editor and add the following (replace ‘YOUR_INSTALLATION_FOLDER’ with the folder you created your uv environment in).
{
  "mcpServers": {
    "agentmode": {
      "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode",
    }
  }
}
  1. Restart Claude
Updated on