Reattend/reattend-mcp
Persistent memory for Claude, Cursor, and any AI assistant. MCP server that connects your meetings, Slack, Gmail, and notes to every AI tool you use.
Platform-specific configuration:
{
"mcpServers": {
"reattend-mcp": {
"command": "npx",
"args": [
"-y",
"reattend-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@reattend/mcp) [](LICENSE) [](https://modelcontextprotocol.io)
Give Claude, Cursor, Windsurf, and any AI assistant a persistent memory — across sessions, across tools, across time.
npx -y @reattend/mcp --token rat_your_token_here---
Every AI conversation starts blank. You re-explain your project, re-paste your decisions, re-describe your preferences — every single session. Claude doesn't remember what you discussed yesterday. Cursor doesn't know what your team decided last sprint. The context is gone the moment you close the window.
This is the persistent memory layer that fixes that.
---
Reattend continuously captures context from your tools — meetings, Slack, Gmail, Notion, Linear, Jira, Google Docs — and builds a personal memory store. This MCP server connects that memory to any AI assistant that supports the Model Context Protocol.
Once connected:
---
Sign up at reattend.com → Settings → API Tokens → create a token (rat_...).
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on Mac, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"reattend": {
"command": "npx",
"args": ["-y", "@reattend/mcp", "--token", "rat_your_token_here"]
}
}
Loading reviews...