Drop this into any MCP client.
{
"mcpServers": {
"bilinc": {
"command": "python",
"args": ["-m", "bilinc.cloud_mcp"],
"env": { "BILINC_API_KEY": "bil_live_..." }
}
}
}Bilinc exposes 3 tools over the standard Model Context Protocol stdio transport. Any MCP-compatible client can connect with one API key — and every write it stores carries provenance and a rollback path.
{
"mcpServers": {
"bilinc": {
"command": "python",
"args": ["-m", "bilinc.cloud_mcp"],
"env": { "BILINC_API_KEY": "bil_live_..." }
}
}
}pip install -U bilinc bilinc login --api-key bil_live_... bilinc quicktest
Package bilinc 2.1.5, licensed BUSL-1.1. The public package is a cloud-only SDK, CLI, and MCP adapter.
commit_memWrite durable agent state.
Each write carries provenance — which run, tool, or operator produced it — so the record can be audited later.
recallRetrieve prior context and decisions.
Use it before a risky edit so the agent acts on what was already decided rather than re-deriving it.
statusCheck hosted Cloud health and account state.
Confirms the API key is valid and the hosted surface is reachable before an agent depends on it.
These have a tested configuration page in the docs.
Any MCP-compatible client works over the standard stdio transport, whether or not it is listed here.