Bilinc launches a hosted MCP memory server to help agents remember across sessions
atakanelik34 · reddit · 2026-07-28
Bilinc launches a hosted MCP memory server for agents that forget between sessions
The project, named Bilinc (“consciousness” in Turkish), is a hosted MCP memory server for agents that lose context after each session. It is registered in the MCP Registry as io.github.atakanelik34/bilinc and speaks MCP over stdio.
What it does
It exposes three tools:
- commitmem: stores durable state across five memory types — working, episodic, procedural, semantic, and spatial — with provenance for every write
- recall: retrieves prior context by query
- status: shows account/runtime health
The author’s main claim is that memory should let an agent resume work with awareness of what it already tried, what it decided, and what remains unfinished. If a bad run writes something wrong, provenance makes it easier to inspect and recover than manually hunting logs.
Quick start and constraints
- pip install bilinc
- bilinc start
- bilinc login --api-key ...
- bilinc quicktest
It works with Claude Code, Cursor, Codex, and any MCP-over-stdio client.
Business details
- live since May
- 73 paying users
- 5–6x month-over-month growth
- free 7-day trial, no card required
- Pro: $19/mo with 50K writes and 30-day retention
- Team: $99/mo
- cloud-only, BUSL-1.1 licensed, no self-hosted runtime yet
The post also mentions an archived LongMemEval-S retrieval benchmark with R@5 98%, but explicitly says that is only one retrieval component and not an end-to-end agent score.
More from coding & agent
- Previewed human-plus-AI workspace defaults to agent replies and shared cloud spaces — Scobleizer · 2026-07-28
- Survey of 126 respondents says company-brain hype has moved beyond X — femke_plantinga · 2026-07-28
- Unifying Outputs from Thousands of Parallel Agents in Forecasting — they_will · 2026-07-28
- Ycode adds AI agents that work inside its website builder with Claude, ChatGPT, Gemini, or Grok — JaynitMakwana · 2026-07-28
- A Claude agent meme turns prompt instructions into pure workplace abuse — pranavmarla · 2026-07-28
- Volcano Engine launches Doubao Search as a retrieval layer for long-horizon agents — 火山引擎 · 2026-07-28