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
{
"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