anchor-mcp

thewillmoss/anchor-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 5d ago
Portable agent working state MCP server — tasks, plans, notepads, memory, and rules for any AI coding agent
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": {
    "anchor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "thewillmoss/anchor-mcp"
      ]
    }
  }
}

README Excerpt

A portable agent working state server. Any AI coding agent drops anchor here. Anchor is an [MCP server](https://modelcontextprotocol.io) that manages persistent working state for AI coding agents — tasks, plans, scratch notes, learnings, and project rules. It works with Claude Code, OpenCode, Codex CLI,