MCP tools

Expose hosted memory through a narrow tool boundary.

Use the Cloud MCP adapter after quicktest passes and the API key is stored outside the prompt.

Install pathPyPI package
RuntimeHosted Cloud
InterfacePython + CLI + MCP
Releasev2.1.4
Config
{
  "mcpServers": {
    "bilinc": {
      "command": "python",
      "args": ["-m", "bilinc.cloud_mcp"],
      "env": { "BILINC_API_KEY": "bil_live_..." }
    }
  }
}
Tool expectations

commit

Writes durable memory with key, value, memory type, importance, and metadata.

recall

Retrieves prior state with query, profile, and limit.

status

Checks hosted Cloud status before a long agent run.

operator boundary

Never expose raw API keys to chat or public logs.