github Python analyzed d9978f1

cognis-digital/memorybank

github

Portable long-term memory store for agents, exposed over MCP

maintainer
cognis-digital
licence
NOASSERTION
first seen
2026-06-08
last seen
2026-06-30
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 1 tools
transport stdio counts 1 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • memorybank_scan
code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 27

filesystem 2

  • fs cognis-digital-memorybank-d9978f1/memorybank/connect.py :59 text = sys.stdin.read() if a.input == "-" else open(a.input, encoding="utf-8").read()
  • fs cognis-digital-memorybank-d9978f1/memorybank/core.py :82 with open(self.path, "r", encoding="utf-8") as fh:

network 2

  • net cognis-digital-memorybank-d9978f1/integrations/webhook.py :8 import argparse, json, sys, urllib.request
  • net cognis-digital-memorybank-d9978f1/livesearch.py :28 import urllib.parse

tool registrations 1

  • memorybank_scan cognis-digital-memorybank-d9978f1/memorybank/mcp_server.py :16

declared dependencies 3

  • mcp@>=1.0
  • cognis-connect@@ git+https://github.com/cognis-digital/cognis-connect.git
  • pytest@>=8.0