Add Bilinc to Knowledge & Memory

Hosted agent memory with provenance on every write, contradiction
surfacing, and snapshot rollback. Python, cloud-only, MCP over stdio
with three tools: commit_mem, recall, status.
This commit is contained in:
Atakan Elik
2026-07-25 11:43:11 +03:00
parent 61575d8d66
commit 2e9e790437
+1
View File
@@ -2412,6 +2412,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
- [yamantaka520/Agent-Memory-OS](https://github.com/yamantaka520/Agent-Memory-OS) [![yamantaka520/Agent-Memory-OS MCP server](https://glama.ai/mcp/servers/yamantaka520/Agent-Memory-OS/badges/score.svg)](https://glama.ai/mcp/servers/yamantaka520/Agent-Memory-OS) 🐍 🏠 🍎 🪟 🐧 - Local-first memory engine for AI-agent teams: private/team/project ACL (a hard gate before ranking), associative recall, and federated sync where revocation propagates across nodes. SQLite + FTS5, no LLM required; MCP server + web console included. `pip install 'agent-memory-os[mcp]'` - [yamantaka520/Agent-Memory-OS](https://github.com/yamantaka520/Agent-Memory-OS) [![yamantaka520/Agent-Memory-OS MCP server](https://glama.ai/mcp/servers/yamantaka520/Agent-Memory-OS/badges/score.svg)](https://glama.ai/mcp/servers/yamantaka520/Agent-Memory-OS) 🐍 🏠 🍎 🪟 🐧 - Local-first memory engine for AI-agent teams: private/team/project ACL (a hard gate before ranking), associative recall, and federated sync where revocation propagates across nodes. SQLite + FTS5, no LLM required; MCP server + web console included. `pip install 'agent-memory-os[mcp]'`
- [ohad6k/emulo](https://github.com/ohad6k/emulo) [![ohad6k/emulo MCP server](https://glama.ai/mcp/servers/ohad6k/emulo/badges/score.svg)](https://glama.ai/mcp/servers/ohad6k/emulo) 🐍 🏠 - Loads your personal profile, mined from your local Claude Code/Codex/OpenCode logs, so your agent works like you instead of a cold start. One tool, `load_emulo_profile`. Run with `uvx emulo mcp`. - [ohad6k/emulo](https://github.com/ohad6k/emulo) [![ohad6k/emulo MCP server](https://glama.ai/mcp/servers/ohad6k/emulo/badges/score.svg)](https://glama.ai/mcp/servers/ohad6k/emulo) 🐍 🏠 - Loads your personal profile, mined from your local Claude Code/Codex/OpenCode logs, so your agent works like you instead of a cold start. One tool, `load_emulo_profile`. Run with `uvx emulo mcp`.
- [ctxfile/ctxfile](https://github.com/ctxfile/ctxfile) [![ctxfile/ctxfile MCP server](https://glama.ai/mcp/servers/ctxfile/ctxfile/badges/score.svg)](https://glama.ai/mcp/servers/ctxfile/ctxfile) 📇 🏠 🍎 🪟 🐧 - Local-first MCP server that snapshots your project's working state — files, git, plan, and decisions — into one structured context object and hands it to any MCP client in a single call. Save a session in one agent, continue it in another. Zero network calls by default; read-only over your project. Works with Claude Code, Cursor, and any MCP client. `npx -y ctxfile` - [ctxfile/ctxfile](https://github.com/ctxfile/ctxfile) [![ctxfile/ctxfile MCP server](https://glama.ai/mcp/servers/ctxfile/ctxfile/badges/score.svg)](https://glama.ai/mcp/servers/ctxfile/ctxfile) 📇 🏠 🍎 🪟 🐧 - Local-first MCP server that snapshots your project's working state — files, git, plan, and decisions — into one structured context object and hands it to any MCP client in a single call. Save a session in one agent, continue it in another. Zero network calls by default; read-only over your project. Works with Claude Code, Cursor, and any MCP client. `npx -y ctxfile`
- [atakanelik34/Bilinc](https://github.com/atakanelik34/Bilinc) [![atakanelik34/Bilinc MCP server](https://glama.ai/mcp/servers/atakanelik34/Bilinc/badges/score.svg)](https://glama.ai/mcp/servers/atakanelik34/Bilinc) 🐍 ☁️ 🍎 🪟 🐧 - Hosted agent memory that keeps an audit trail. Three tools — `commit_mem`, `recall`, `status` — where each write carries provenance (which run, tool, or operator produced it), contradictions with prior state surface as inspectable changes rather than silent overwrites, and a bad run is recovered from a snapshot instead of repaired by hand. `pip install -U bilinc`
### ⚖️ <a name="legal"></a>Legal ### ⚖️ <a name="legal"></a>Legal
Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information.