Tide Mind — 基于活图的认知系统,通过 MCP 协议为 AI 工具提供记忆服务
Most file and storage access work still happens through a UI a human drives. Tidemind MCP server moves it into the conversation instead. Tide Mind — 基于活图的认知系统,通过 MCP 协议为 AI 工具提供记忆服务.
A living second brain that connects everything you think with — your AI agents, your notes, and whatever comes next.
npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 8 tools. What each one is for:
brain_prepare — Load memory contextbrain_recall — Navigate and retrieve memoriesbrain_digest — Store new informationCursor — SupportedWindsurf — SupportedCodex — SupportedPrerequisites — That's the only hard requirement. TideMind runs out of the box with text search (BM25) and basic storageMetabolism — TideMind continuously maintains the graph in the background, much like the brain organizes memories during sleep:Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Tidemind's toolset — brain_prepare, brain_recall, brain_digest and 5 more — is a fair guide to whether it matches your workflow. It is maintained by sawyerhan-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| brain_prepare | Load memory context |
| brain_recall | Navigate and retrieve memories |
| brain_digest | Store new information |
| Cursor | Supported |
| Windsurf | Supported |
| Codex | Supported |
| Prerequisites | That's the only hard requirement. TideMind runs out of the box with text search (BM25) and basic storage. |
| Metabolism | TideMind continuously maintains the graph in the background, much like the brain organizes memories during sleep: |
{
"mcpServers": {
"tidemind": {
"command": "npx",
"args": ["-y", "npm"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.