Loom-MCP-Server

Spongeacer/Loom-MCP-Server
★ 0 stars TypeScript 🤖 AI/LLM Updated 7d ago
Loom is persistent memory for AI agents. It saves tasks, decisions, and file relationships across sessions, then injects them into a structured, cache-optimized prompt on every restart. It tracks file health, maps dependencies, and flags stale code automatically.、
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "loom-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Spongeacer/Loom-MCP-Server"
      ]
    }
  }
}