For Claude Code

Keep Claude Code aligned across long projects.

Use hosted commit and recall through the Bilinc Cloud MCP adapter after quicktest passes.

MCP config
{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": ["-m", "bilinc.cloud_mcp"],
      "env": { "BILINC_API_KEY": "bil_live_..." }
    }
  }
}
Memory prompt
Use Bilinc Cloud for durable project memory.
Before editing, recall prior architecture, billing, auth, and deployment decisions.
After the run, commit only reusable outcomes and verification notes.
Never store secrets or raw customer data.
Before you wire it up

Working out whether you need this?

The agent memory guides cover what agent memory is and where vector search stops. The comparisons place Bilinc against Mem0, Zep, Letta, and plain vector storage.