abcm

CastaliaAcademy/abcm
★ 0 stars TypeScript Memory/Knowledge Updated 6d ago
Agent Build Context Manager MCP and REST server library
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": {
    "abcm": {
      "command": "npx",
      "args": [
        "-y",
        "CastaliaAcademy/abcm"
      ]
    }
  }
}

README Excerpt

TypeScript/Bun library and runnable server for exposing [Agent Build Context Manager](docs/spec/abcm-mvp-agent-spec-v0.5.yaml) workspaces through MCP and an authenticated REST file API. `0.1.0-alpha.1` is the first working migration target. It provides: - bounded workflow and scope-map discovery; - safe, atomic workspace file list/read/write/delete/move/directory operations;