Skip to content
Cursor

tgatlas for Cursor

io.github.starnikovoleg/tgatlas

Public Telegram channels for agents: profiles, posting cadence, and similar-channel discovery.

client:Cursor transport:stdio runtime:npm

Install tgatlas in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tgatlas": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tgatlas-mcp"
      ],
      "env": {
        "TELEGRAM_API_KEY": "<TELEGRAM_API_KEY>",
        "TELEGRAM_API_HOST": "<TELEGRAM_API_HOST>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tgatlas in other clients