From 478d6017d9f39805db11abc9bb412abd46e4233d Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Sat, 11 Jul 2026 05:08:46 +1200 Subject: [PATCH] docs: add Autohand Code MCP setup --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0d996b7..38fc3a5 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,19 @@ codex mcp add --url "https://mcp.tigerdata.com/docs" pg-aiguide +
+ Autohand Code + +Run the following to add the MCP server to [Autohand Code](https://github.com/autohandai/code-cli/): + +```bash +autohand mcp add --transport http pg-aiguide https://mcp.tigerdata.com/docs +``` + +Add `--scope project` to keep the registration in the current workspace. + +
+
Cursor