seamless

0spoon/seamless
★ 1 stars Go AI/LLM Updated today
Local-first shared memory and task coordination for AI coding agents. One Go binary, MCP server, markdown files you own. Hooks for Claude Code and Codex CLI (and their desktop apps).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "seamless": {
      "command": "go",
      "args": [
        "run",
        "github.com/0spoon/seamless@latest"
      ]
    }
  }
}

README Excerpt

An AI coding agent rediscovers the same constraint every session, because nothing it learns survives the context window. Run two agents against the same backlog and they pick the same step and build it twice. And the products that promise to fix this keep your project's memory in someone else's database.

Topics

agent-coordinationagent-memoryai-agentsclaude-codecodex-clicoding-agentdeveloper-toolsgolangllmlocal-firstmarkdownmcpmcp-servermodel-context-protocolmulti-agent