Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.
Bilinc MCP server exists for a simple reason — assistants are far more useful when they can act on Bilinc directly instead of describing what you should do. Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.
Retrieval answers "what is similar to this?". Long-running agents also need to answer "who wrote this state, was it verified, did it contradict what we already knew, and can we undo it?" — that is the layer Bilinc provides.
Once Bilinc is connected, these are the calls the assistant has available:
Website — https://bilinc.spaceSignup — https://bilinc.space/signupQuickstart — https://bilinc.space/docs/quickstartPyPI — https://pypi.org/project/bilinc/Machine — readable index: https://bilinc.space/llms.txt · https://bilinc.space/ai-index.jsoncommit_mem — Write durable agent state. Each write carries provenance — which run, tool, or operator produced it — and returns a version for optimisticrecall — Retrieve prior context and decisions before acting. profile selects retrieval quality; smart retrieval is that argument, not a separate toolrevise — Deliberately correct something already known. It never creates, so a correction stays distinguishable from an accidental overwriteforget — Destructive. Remove obsolete state from active recall. A reason is required and is audited; the deleted value is never returnedstatus — Report the authenticated workspace, plan, capabilities, recall profiles, limits, and usage. Never billedsnapshot — Checkpoint a project before risky work, or list existing checkpointsdiff — Compare a checkpoint against another checkpoint or current state. Values are redacted by defaultBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: BILINC_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Bilinc's toolset — Website, Signup, Quickstart and 11 more — is a fair guide to whether it matches your workflow. It is maintained by atakanelik34; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Bilinc's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Website | https://bilinc.space |
| Signup | https://bilinc.space/signup |
| Quickstart | https://bilinc.space/docs/quickstart |
| PyPI | https://pypi.org/project/bilinc/ |
| Machine | readable index: https://bilinc.space/llms.txt · https://bilinc.space/ai-index.json |
| commit_mem | Write durable agent state. Each write carries provenance — which run, tool, or operator produced it — and returns a version for optimistic concurrency. |
| recall | Retrieve prior context and decisions before acting. profile selects retrieval quality; smart retrieval is that argument, not a separate tool. |
| revise | Deliberately correct something already known. It never creates, so a correction stays distinguishable from an accidental overwrite. |
| forget | **Destructive.** Remove obsolete state from active recall. A reason is required and is audited; the deleted value is never returned. |
| status | Report the authenticated workspace, plan, capabilities, recall profiles, limits, and usage. Never billed. |
| snapshot | Checkpoint a project before risky work, or list existing checkpoints. |
| diff | Compare a checkpoint against another checkpoint or current state. Values are redacted by default. |
| rollback | **Destructive in execute mode.** Restore a checkpoint through a free preview plus an explicitly confirmed execute. |
| Endpoint | Notes |
| Variable | Description | Required |
|---|---|---|
| BILINC_API_KEY | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.