AI-Collab-Memory

AI-Collab-Memory

An MCP server for managing work logs, research results, and task checkpoints to enable seamless collaboration and state recovery between AI agents. It provides a persistent memory layer for tracking project history and resuming workflows across different sessions or tools.

Category
Visit Server

README

šŸŒ ķ•œźµ­ģ–“ | 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured