telegraph for Cline
io.github.telegraphprotocol/telegraph
Decentralized AI inference (weather, deepfake detection, LLMs) with x402 USDC micropayments.
client:Cline
transport:stdio
runtime:npm
Install telegraph in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"telegraph": {
"command": "npx",
"args": [
"-y",
"telegraph-protocol-mcp"
],
"env": {
"TELEGRAPH_NODE_URL": "<TELEGRAPH_NODE_URL>",
"TELEGRAPH_ENGINE_URL": "<TELEGRAPH_ENGINE_URL>",
"TELEGRAPH_DAEMON_URL": "<TELEGRAPH_DAEMON_URL>",
"TELEGRAPH_EVM_PRIVATE_KEY": "<TELEGRAPH_EVM_PRIVATE_KEY>",
"TELEGRAPH_SOLANA_PRIVATE_KEY": "<TELEGRAPH_SOLANA_PRIVATE_KEY>",
"EVM_NETWORK": "<EVM_NETWORK>",
"SVM_NETWORK": "<SVM_NETWORK>",
"REFRESH_INTERVAL_MS": "<REFRESH_INTERVAL_MS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs