Claude Code

Persist Claude Code decisions without bloating chat context.

Attach Bilinc through the Cloud MCP adapter, then recall before edits and capture outcomes after runs.

Install pathPyPI package
RuntimeHosted Cloud
InterfacePython + CLI + MCP
Releasev2.1.4
MCP config
{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": ["-m", "bilinc.cloud_mcp"],
      "env": { "BILINC_API_KEY": "bil_live_..." }
    }
  }
}
Prompt
Use Bilinc Cloud as the durable memory layer.
Recall prior repo decisions before edits.
Commit only durable outcomes. Never save secrets, API keys, or cookies.