From 031ad52206a6bd4af981c62c4b6af99057047477 Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Sat, 11 Jul 2026 05:25:54 +1200 Subject: [PATCH] docs: add Autohand Code MCP setup --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 196ea7d..707144e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,15 @@ Go to `Claude > Settings > Developer > Edit Config > claude_desktop_config.json` If you're using Windows, you will have to enable "Developer Mode" in Claude Desktop to use the MCP server. Click "Help" in the hamburger menu in the top left and select "Enable Developer Mode". +### Autohand Code + +Register the server with [Autohand Code](https://github.com/autohandai/code-cli/) and provide the region-matched API settings: + +```bash +autohand mcp add MiniMax env MINIMAX_API_KEY=insert-your-api-key-here MINIMAX_MCP_BASE_PATH=/path/to/output MINIMAX_API_HOST=https://api.minimax.io uvx minimax-mcp -y +``` + +Use `https://api.minimaxi.com` with a Mainland API key. Add `--scope project` after `mcp add` to keep the registration in the current workspace. ### Cursor Go to `Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server` to add above config.