Skip to main content
Glama

🌏 한국어 | English

🧠 AI-Collab-Memory

AI Collaboration Memory - Work logs, research sharing, checkpoint recovery

⚠️ What This Is

✅ Can Do

❌ Cannot Do

Save work logs

Real-time AI communication

Share research

Auto command delivery

Checkpoint recovery

Wake up other AIs

🚀 Quick Start

# Windows: Double-click install.bat
# Or manually:
npm install && npm run build

🔌 MCP Setup

Claude Code

claude mcp add ai-collab-memory -- node "PATH/dist/index.js"

Codex (~/.codex/config.toml)

[mcp_servers.ai-collab-memory]
command = "node"
args = ["PATH/dist/index.js"]

Qwen / Antigravity (JSON)

{ "ai-collab-memory": { "command": "node", "args": ["PATH/dist/index.js"] } }

🛠️ Tools (7)

Tool

Description

log_work

Save work record

get_work_log

View logs

save_research

Save research

search_research

Search research

save_checkpoint

Save state

load_checkpoint

Load state

memory_status

View status

📄 License

MIT License

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sodam-ai/AI-Collab-Memory_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server