Skip to main content
Glama

🌏 ν•œκ΅­μ–΄ | English

🧠 AI-Collab-Memory

AI Collaboration Memory - MCP server for work logs, research sharing, and checkpoint recovery

License: MIT Node.js TypeScript MCP


⚠️ What This Is (and Isn't)

βœ… Can Do

❌ Cannot Do

Save work logs

Real-time AI communication

Share research results

Auto command delivery

Checkpoint (save point) for recovery

Wake up other AIs to execute

Track who did what

For real-time collaboration? β†’ Use Antigravity to call Claude Code/Codex directly via terminal!


πŸš€ Installation

Prerequisites

Install Steps

  1. Clone or download this repository

  2. Double-click install.bat (Windows) or run:

    npm install && npm run build
  3. Done!


πŸ”Œ MCP Registration

πŸ’‘ Replace <install-path> with your actual installation path.

Claude Code

claude mcp add ai-collab-memory -- node "<install-path>/AI-Collab-Memory/dist/index.js"

Codex (~/.codex/config.toml)

[mcp_servers.ai-collab-memory] command = "node" args = ["<install-path>/AI-Collab-Memory/dist/index.js"]

Antigravity / Claude Desktop (JSON)

{ "mcpServers": { "ai-collab-memory": { "command": "node", "args": ["<install-path>/AI-Collab-Memory/dist/index.js"] } } }

πŸ› οΈ Tools (7)

Work Log

Tool

Description

log_work

Save work record

get_work_log

View work logs

Research

Tool

Description

save_research

Save research results

search_research

Search research

Checkpoint (Save Point)

Tool

Description

save_checkpoint

Save current state (for recovery)

load_checkpoint

Load saved state

Status

Tool

Description

memory_status

View overall status


πŸ“– Usage Examples

Log work

"Log this work. Claude Code created the API."

Save research

"Save this research result."

Save checkpoint (before interruption)

"Save checkpoint now. I'll continue tomorrow."

Resume work

"Load the last checkpoint."

Check status

"Show memory status."


πŸ’‘ Key Use Cases

Case 1: Recovery After Interruption

1. During work β†’ "Save checkpoint" 2. (Computer shuts down / Session disconnects) 3. Next day β†’ "Load last checkpoint" β†’ See progress + next steps β†’ Resume immediately!

Case 2: Track Collaboration History

1. Claude Code: Finished API development β†’ "Log this work" 2. Codex: Frontend development β†’ "Log this work" 3. Later β†’ "Show work log" β†’ See who did what at a glance

Case 3: Share Research

1. Antigravity: Research React 18 β†’ "Save research" 2. Claude Code: When writing code β†’ "Search React research" β†’ Use already researched content!

πŸ“ Project Structure

AI-Collab-Memory/ β”œβ”€β”€ src/ β”‚ └── index.ts ← MCP server source (7 tools) β”œβ”€β”€ data/ ← Runtime data (auto-created, git-ignored) β”‚ β”œβ”€β”€ work_log.json β”‚ β”œβ”€β”€ research.json β”‚ └── checkpoint.json β”œβ”€β”€ dist/ ← Build output (auto-generated) β”œβ”€β”€ install.bat ← Windows one-click installer β”œβ”€β”€ package.json β”œβ”€β”€ tsconfig.json β”œβ”€β”€ SKILL.md ← Claude Skill definition β”œβ”€β”€ README.md ← English docs (this file) β”œβ”€β”€ README.ko.md ← Korean docs └── LICENSE

πŸ“„ License

MIT License. See LICENSE for details.

πŸ‘€ Author

Sodam AI Studio

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

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