MCP integration

Expose Bilinc Cloud to agent runtimes and operators.

Use the Cloud MCP adapter when you want hosted Bilinc behind a tool boundary, and use the CLI when you need direct operator workflows.

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

Wire the stdio transport.

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

Keep operator controls simple.

pip install -U bilinc
bilinc start
bilinc login --api-key bil_live_...
bilinc quicktest

bilinc commit --key USER_PREF --value '{"theme":"dark"}'
bilinc recall --query "user preference"
bilinc status
Tool surface

The 2.1.3 adapter exposes Cloud operations through a tool boundary.

The public package ships CloudClient, CLI, and the Cloud MCP adapter. Agent runtimes use BILINC_API_KEY for hosted commit, recall, and status operations.