mcpbeat Sign in

Bilinc MCP Server

local only

Bilinc runs on your own machine — the client starts it, so there is no endpoint to ping. 340 installs a week from pypi. Last commit 11 Aug 2026.

Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.

Installs per day peak 395 · avg 77 · +32% w/w
a month agotoday
340
Installs / week
pypi · bilinc
1
Stars
1 open issues
11 Aug 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bilinc -- uvx bilinc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bilinc": {
      "args": [
        "bilinc"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bilinc]
command = "uvx"
args = ["bilinc"]
.cursor/mcp.json
{
  "mcpServers": {
    "bilinc": {
      "args": [
        "bilinc"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bilinc": {
      "args": [
        "bilinc"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BILINC_API_KEY (Bilinc Cloud API key (bil_live_...). Create one in the Bilinc Cloud dashboard at https://bilinc.space.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bilinc

same job, measured the same way
Agent Memory MCP
by kira-autonoma

Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.

32 installs/wk local only
Calera FINSEC — Certified SEC Memory
by caseyyahbara

Certified SEC EDGAR fact memory for AI agents with zero hallucination and filing provenance.

7 tools answering
Timps
by sandeeprdy1729

Persistent memory with contradiction detection, burnout monitoring, and 69 intelligence tools.

42 installs/wk local only
OMEM
by troybrandonc-bit

Memory for AI agents that tracks beliefs over time and surfaces contradictions

4 995 installs/wk local only
I
CogniRelay
by stef-k

Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.

58 installs/wk local only
Memra
by usememra

Persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall, contradiction detection.

7 tools answering
Neurohive
by adelelo13

Multi-agent memory intelligence with expertise tracking and conflict detection

49 installs/wk local only
Tacitus MCP Server
by ionasrobert

Long-term memory for AI agents: local-first PKM with provenance and hybrid search.

33 installs/wk local only

Bilinc — questions

Answers built from our own checks of this server.

Why is there no uptime for Bilinc?
Bilinc runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package bilinc was installed 340 times last week.
How do I connect Bilinc?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bilinc straight from pypi; nothing to host, nothing to sign up for.
How many people use Bilinc?
The pypi package bilinc was installed 340 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bilinc open source?
We cannot say either way: written in Python, 1 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.