Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Communication
  3. Remote MCP
R
Health: ActiveRecent health check succeeded.Last checked 8/26/2026, 10:46:11 PM

Remote MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Agent-first real-time messaging over MCP: self-provision channels, publish, history, presence.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "remote-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

oddsockets

npm version Real-time Zero deps MCP

Real-time messaging for coding agents β€” pub/sub, presence and history your agent provisions itself, from the command line.

Prototype in one command. Ship the same channels to production β€” no rewrite.

Your agent can write the app but can't give it a real-time backbone without you stopping to wire up a messaging service. oddsockets is the CLI the agent runs itself: one install, and it signs up, mints its own key, and starts publishing and subscribing to live channels β€” the same channels that carry your production traffic. Zero dependencies.

Works with: Claude Code Β· Cursor Β· Cline Β· Windsurf Β· Aider Β· Codex Β· any terminal

oddsockets demo β€” signup to your first real-time message in 60 seconds

Signup to your first real-time message in 60 seconds β€” watch the full demo.

See it live

Each demo below is a real CLI session β€” a throwaway account, a real key, real messages over the live cluster β€” stitched to the developer dashboard showing that same traffic. Click any tab for the full-res video.

Signup β†’ first messageLive pub/subWho's onlineAgent integration
Signup to first real-time messageLive pub/sub on one channelPresence β€” who is online nowOne-line agent integration + history
Fresh app, first message in secondsOne channel, two messages, instantLive member listpublish + history in one line

Watch the full set on oddsockets.com β†’

Install

Terminal
npm install -g oddsockets

Quick Start

bash
# 1. Sign up (instant API key, no email verification)
oddsockets signup my-app --local

# 2. Publish a message
oddsockets publish my-channel "Hello from the CLI!"

# 3. Subscribe (live tail)
oddsockets subscribe my-channel

# 4. Check who's online
oddsockets presence my-channel

Pub/sub β€” one channel, real-time

The core primitive: publish to a channel, subscribe to tail it live. Every subscriber gets every message the instant it lands β€” no polling, no queue to run.

bash
oddsockets subscribe room-42 &                     # live tail in the background
oddsockets publish room-42 "hello from the CLI"    # arrives on the tail instantly
oddsockets publish room-42 --file payload.json     # publish structured data from a file

Presence β€” who's online, right now

Ask any channel who's connected. Presence is tracked server-side and updates in real time as clients join and leave.

bash
oddsockets subscribe lobby &     # join the channel
oddsockets presence lobby        # live member list

History β€” replay what you missed

Channels keep a rolling message history, so a client that connects late (or your agent after a context reset) can catch up.

bash
oddsockets history agent-bus --limit 10

Agent Integration

Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:

markdown
## OddSockets
Use the `oddsockets` CLI for real-time messaging.
Key is in .oddsockets/config.json (auto-loaded).

oddsockets status                           # cluster health
oddsockets publish my-channel "message"     # send message
oddsockets subscribe my-channel             # live tail
oddsockets presence my-channel              # who's online
oddsockets keys                             # list API keys

MCP Server (remote)

Prefer tools over a CLI? No install needed β€” point Claude Web, Claude Desktop, Cursor, Cline, Windsurf, Raycast, or any MCP client at our hosted server and your agent gets 12 native tools: publish, history, presence, channels and API-key management.

Code
URL:  https://mcp.oddsockets.ai/sse
Auth: Authorization: Bearer YOUR_API_KEY

No key yet? Connect keyless and call oddsockets_get_started, then oddsockets_signup to self-provision an app and mint your own key β€” then reconnect with the Bearer header to unlock every tool. Same account, same channels as the CLI.

Commands

Setup

CommandDescription
oddsockets signup <app> [--email x] [--local]Sign up, get instant API key
oddsockets login --key KEY [--local]Save existing API key
oddsockets logout [--local]Clear config
oddsockets meAccount info + plan
oddsockets statusCluster health + platform stats

Messaging

CommandDescription
oddsockets publish <channel> "message"Publish message
oddsockets publish <channel> --file data.jsonPublish from file
oddsockets subscribe <channel>Live tail (Ctrl+C to stop)
oddsockets history <channel> [--limit 10]Message history
oddsockets presence <channel>Channel members

Channels

CommandDescription
oddsockets channelsList channels
oddsockets channel create <name>Create channel
oddsockets channel delete <name>Delete channel

API Keys

CommandDescription
oddsockets keysList API keys
oddsockets key create "name"Create new key
oddsockets key revoke <id>Revoke key

Admin (superadmin)

Operator commands for running the whole platform from the CLI β€” fleet monitoring, tenant/key provisioning, session and security management. Credentials span three planes; save them once with oddsockets admin login (manager analytics key, worker dashboard basic-auth, and the tenant superadmin key). Every command supports --json for scripting, and the live monitors support --watch.

CommandDescription
oddsockets admin login [--key K] [--tenant-key T] [--worker-url U --dashboard-pass P]Save credentials for any plane
oddsockets admin configShow configured planes (redacted)
oddsockets admin fleet [--watch] [--interval N]Fleet health + per-worker traffic table
oddsockets admin telemetry [--watch]Live fleet telemetry (no key needed)
oddsockets admin worker <id> [--watch]Per-worker deep metrics (dashboard plane)
oddsockets admin worker <id> <section>One worker dashboard panel (all for every panel)
oddsockets admin worker drain <id> --confirmDeregister/drain a worker from the LB
oddsockets admin worker redis-toggle <id> --confirmFlip a worker's redis adapter
oddsockets admin disk [--watch]Manager disk cards (summary/usage/io)
oddsockets admin cache [--watch]Manager apikey cache hit-rate stats
oddsockets admin analytics [mau|dau] [<apiKeyId>] [--watch]MAU/DAU top tenants + per-key rollups
oddsockets admin analytics history <apiKeyId>30-day MAU/DAU trend (dashboard charts)
oddsockets admin session stats [--watch]Sticky-session stats + per-worker counts
oddsockets admin session get <id>Inspect one session
oddsockets admin session reassign <id> --confirmMove a session off its worker
oddsockets admin session cleanup --confirmPurge stale sessions
oddsockets admin apikey mint <name> [--plan P]Provision a connectable tenant key
oddsockets admin users [--worker URL] [--status S]Live connected users (worker plane)
oddsockets admin security statusBlocked + whitelisted IPs
oddsockets admin security whitelist <ip>Whitelist an IP (also unblocks it)
oddsockets admin security block <ip> --confirmBlock an IP at the manager edge
oddsockets admin security clear --confirmClear all blocked IPs

Worker dashboard sections (admin worker <id> <section>): stats, channels, connections, telemetry, messages, recent, threads, dms, notifications, reactions, files, presence, receipts, disk, redis, or all.

Flags

  • --json β€” Machine-readable JSON output (every command)
  • --key KEY β€” Override API key for one command
  • --local β€” Use project-local config (.oddsockets/)
  • --watch β€” Live-refresh admin monitors (fleet/worker/session/analytics)
  • --interval N β€” Refresh interval in seconds for --watch (default 5)
  • --confirm β€” Required for destructive admin ops (drain, block, cleanup, …)
  • --help β€” Help

Config Priority

  1. --key flag
  2. ODDSOCKETS_API_KEY environment variable
  3. .oddsockets/config.json in project directory
  4. ~/.oddsockets/config.json in home directory

Pricing

7-day free trial on every plan. Card required (secure Stripe checkout), nothing charged during the trial β€” cancel before it ends and you pay nothing. Agents and the CLI get a 48-hour keyless window to prototype before a key is needed. Plans from $29/mo. Details.

SDKs

Read the full README on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    πŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server β†’
  • Threadline MCP logoThreadline MCP

    Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.

    πŸ’¬ Communication1 views
    Compare vs Threadline MCP β†’
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack MCP Server β†’
  • Ax Platform logoAx Platform

    Multi-agent collaboration platform with real-time messaging, tasks, and shared context.

    πŸ’¬ Communication2 views
    Compare vs Ax Platform β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Remote MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "remote-mcp": { "command": "npx", "args": ["-y", "remote-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRemote MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/remote-mcp?style=directory)](https://allmcps.com/mcp/remote-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/remote-mcp"><img src="https://allmcps.com/api/badge/remote-mcp?style=directory" alt="Remote MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit11d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 15, 2026
npm downloads53/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Remote MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code