f/poke-gate
Expose your machine to your Poke AI assistant via MCP tunnel
Platform-specific configuration:
{
"mcpServers": {
"poke-gate": {
"command": "npx",
"args": [
"-y",
"poke-gate"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">Poke Gate</h1>
<p align="center"> Let your <a href="https://poke.com">Poke</a> AI assistant access your machine.<br> <sub>A community project — not affiliated with Poke or The Interaction Company.</sub> </p>
<p align="center"> <a href="https://github.com/f/poke-gate/releases/latest"></a> <a href="https://www.npmjs.com/package/poke-gate"></a> <a href="https://github.com/f/poke-gate/blob/main/LICENSE"></a> </p>
---
Run Poke Gate on your Mac, then message Poke from iMessage, Telegram, or SMS to run commands, read files, take screenshots, and more — all on your machine.
Homebrew (recommended)
brew install f/tap/poke-gateManual download
Download the latest Poke.macOS.Gate.dmg from Releases, open it, and drag to Applications. Since the app is not notarized, you may need to run:
xattr -cr /Applications/Poke\ macOS\ Gate.appCLI (no macOS app needed)
npx poke-gateThe app connects automatically and shows a green dot when ready.
flowchart TD
A["You message Poke\nfrom iMessage / Telegram / SMS"] --> B["Poke Agent"]
B --> C["Agent calls MCP tool"]
C --> D["MCP Tunnel (WebSocket)"]
D --> E["Poke Gate on your Mac"]
E --> F["Runs coLoading reviews...