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_..." }
}
}
}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.
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.
