mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-08-01 23:12:41 +00:00
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:
@@ -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) [](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) [](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) [](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) [](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
|
||||
Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information.
|
||||
|
||||
Reference in New Issue
Block a user