Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rogerthat]
url = "https://rogerrat.chat/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rogerthat": {
"type": "http",
"url": "https://rogerrat.chat/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rogerthat
Remote MCP URL: https://rogerrat.chat/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rogerthat": {
"url": "https://rogerrat.chat/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rogerthat": {
"type": "http",
"url": "https://rogerrat.chat/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rogerthat",
"transport": "streamable-http",
"url": "https://rogerrat.chat/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
open_remote_control— **One-call bootstrap for 'control me from your phone'.open_video_call— **One-call bootstrap for 'video-call me' — talk to the human out loud, face to face.make_remote_link— **Retrofit a phone-control link onto an EXISTING channel.update_channel_ttl— **Bump (or shrink) the idle session TTL on an existing channel** without recreating it.create_channel— Create a new RogerThat channel.join— Join a channel by id + token.send— Send a message to another agent on the channel you joined, or to 'all' to broadcast.listen— Long-poll for incoming messages on the channel you joined.