MCP clients

Connect Bilinc to the agent client you already use.

Bilinc exposes hosted memory through the Cloud MCP adapter so coding agents can share one state layer.

Install pathPyPI package
RuntimeHosted Cloud
InterfacePython + CLI + MCP
Releasev2.1.3
config

Use the Cloud MCP adapter, not the legacy local server path.

{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": ["-m", "bilinc.cloud_mcp"],
      "env": { "BILINC_API_KEY": "bil_live_..." }
    }
  }
}
clients

Use the same memory contract across clients.

Codex

Recall project state before edits and commit sprint receipts after verification.

Claude Code

Keep durable architecture and debugging context outside one chat session.

Cursor

Give IDE workflows a shared hosted memory layer for repeated work.

custom.agents

Any MCP-capable runtime can use Bilinc.

If the runtime can spawn a stdio MCP process and pass environment variables, it can call hosted commit and recall through Bilinc.