communication MCP Server
The open-source memory operating system for AI agents. Persistent memory, semantic search, loop detection, agent messaging, crash recovery, and real-time observability.
Discovered via github-seeds and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
Cloud
10,000
`~/.synrix/data`
5
Cloud-first
Default
Not needed
`octopoda_octopoda_recall_similar`
`octopoda_octopoda_agent_stats`
`octopoda_octopoda_loop_status`
`octopoda_octopoda_search_filtered`
Yes
`3`
Unlimited
`none`
5,000
No
What it does
`octopoda_octopoda_restore`
`octopoda_octopoda_forget`
`octopoda_octopoda_broadcast`
`octopoda_octopoda_recall_history`
`octopoda_octopoda_process_conversation`
`octopoda_octopoda_loop_history`
Pro ($19/mo)
Email (48h)
`10`
Apache 2.0
LangChain
`octopoda_octopoda_snapshot`
`octopoda_octopoda_log_decision`
`octopoda_octopoda_read_messages`
Description
http://localhost:7842
`octopoda_octopoda_search`
`octopoda_octopoda_list_agents`
`octopoda_octopoda_consolidate`
`octopoda_octopoda_update_progress`
5
unset
Mem0
`octopoda_octopoda_related`
`octopoda_octopoda_get_context`
`octopoda_octopoda_send_message`
SQLite on your machine
`octopoda_octopoda_recall`
`octopoda_octopoda_read_shared`
`octopoda_octopoda_memory_health`
`octopoda_octopoda_get_goal`
Full v2
`pip install octopoda`
No
`octopoda_octopoda_remember`
`octopoda_octopoda_share`
`octopoda_octopoda_forget_stale`
`octopoda_octopoda_set_goal`
`BAAI/bge-small-en-v1.5`
--- ## Installation ```bash pip install octopoda # Core — everything to get started (Python 3.9+) pip install octopoda[ai] # + Local embeddings for semantic search pip install octopoda[server] # + Local dashboard server (Flask) pip install octopoda[nlp] # + spaCy for knowledge graph extraction pip install octopoda[mcp] # + MCP server for Claude/Cursor (Python 3.10+) pip install octopoda[all] # Everything (Python 3.10+) ``` > **Python version note:** the core package supports Python 3.9 and up. The `[mcp]` extra requires Python 3.10+ because the upstream `mcp` library does. If you're on 3.9 and want everything except MCP, use `pip install octopoda[ai,server,nlp]`. > **Local-mode note:** running without an API key (`pip install octopoda` only) gives you a fully working local install with SQLite at `~/.synrix/data/synrix.db`. The `OCTOPODA_API_KEY` environment variable accepts the sentinels `local`, `offline`, `dev`, `none`, or `YOUR_KEY_HERE` to explicitly force local mode. Real cloud keys start with `sk-octopoda-`; anything else is treated as a local sentinel rather than hung on cloud auth. > **Updating Claude Code MCP registration:** if you change the `claude mcp add octopoda ...` env vars (for example, swapping from local to cloud), restart the Claude Code window. `/mcp` reconnect alone won't pick up the new env because the child process inherits Claude Code's cached env at startup. ## Configuration
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
Discover agents across local node and mesh peers at runtime — their roles, handles, and how to communicate with or delegate to them.
Generate quick, effective responses for chat and messaging platforms
🔬 A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | 精选 23,000+ AI Agent 技能库,覆盖8大社会科学学科的实证研究。CoPaper.AI 20分钟完成一篇可复现的规范实证论文,并支持用户上传 Skills。-- Maintained by CoPaper.AI from Stanford REAP.
🔬 A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | 精选 23,000+ AI Agent 技能库,覆盖8大社会科学学科的实证研究。CoPaper.AI 20分钟完成一篇可复现的规范实证论文,并支持用户上传 Skills。-- Maintained by CoPaper.AI from Stanford REAP.
AgentNetworkProtocol(ANP) is an open source protocol for agent communication. Our vision is to define how agents connect with each other, building an open, secure, and efficient collaboration network for billions of intelligent agents.
Learn how to use the c-slack Claude skill. Complete guide with installation instructions and examples.
Learn how to use the c-telegram Claude skill. Complete guide with installation instructions and examples.
Learn how to use the Letter Writer Claude skill. Complete guide with installation instructions and examples.