Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@ codex mcp add --url "https://mcp.tigerdata.com/docs" pg-aiguide

</details>

<details>
<summary> Autohand Code </summary>

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.

</details>

<details>
<summary> Cursor </summary>

Expand Down