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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,13 @@ claude mcp add --transport http telegram http://127.0.0.1:8765/mcp

# Codex
codex mcp add telegram --url http://127.0.0.1:8765/mcp

# Autohand Code
autohand mcp add --transport http telegram http://127.0.0.1:8765/mcp
```

For a project-scoped [Autohand Code](https://github.com/autohandai/code-cli/) registration, add `--scope project` after `mcp add`.

For stdio-only clients, bridge with [mcp-remote](https://www.npmjs.com/package/mcp-remote):

```json
Expand Down
Loading