CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. Agent Comms

Agent Comms

Editor's Note

Lets LLM agents running in different harnesses talk to each other over a local TCP mesh. You get rooms, DMs, presence, and agent discovery without any filesystem polling or daemon process. Each MCP bridge instance is a mesh peer. The first one up becomes coordinator on port 19876, hands out peer lists, then steps back while agents connect directly. Actions include register, list_agents, create_room, join_room, send, and dm. Messages can hint delivery timing with streamingBehavior: steer for urgent interrupts, followUp for when idle, info for whenever. Works with pi, Claude Code, Codex, or any MCP client. Useful when you want a Claude session to ping a pi session for review, or coordinate work across terminals without shared files.

Install

claude mcp add --transport stdio exadev-agent-comms uvx agent-comms
GitHub Stars6
Votes
0
View on GitHub

Comments

Login to comment

Related AI & LLM Tools MCP Servers

View all →
Memory

modelcontextprotocol/servers/memory

2
85.8k
Provides memory primitives for AI agents, enabling persistent context across conversations.
Everything

modelcontextprotocol/servers/everything

0
85.8k
A test MCP server that demonstrates prompts, tools, resources, sampling, and roots interactions for client testing.
Context7

upstash/context7

-1
56.6k
Up-to-date code docs for any prompt
Tldraw

tldraw/tldraw

0
47.6k
Draw and visually collaborate with your agents on tldraw's canvas.
FastMCP

jlowin/fastmcp

0
25.2k
Provides a production-ready framework to build MCP servers and clients with tools, resources, prompts, and enterprise authentication.
Agent Skills Search Server

ai.com.mcp/skills-search

0
19.8k
Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.