github analyzed e6cc03f

dmayboroda/minima

github

On-premises conversational RAG with configurable containers

maintainer
dmayboroda
license
MPL-2.0
first seen
2026-05-22
last seen
2026-06-04
releases · 30d
0
short id

Drift inferred · capture-to-capture

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

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

no tools enumerated yet for this server.

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

filesystem 3

  • fs dmayboroda-minima-e6cc03f/indexer/app.py :6 from pathlib import Path
  • fs dmayboroda-minima-e6cc03f/indexer/indexer.py :8 from pathlib import Path
  • fs dmayboroda-minima-e6cc03f/indexer/migrate_multiuser.py :14 from pathlib import Path

network 4

  • net dmayboroda-minima-e6cc03f/linker/app.py :11 import requests
  • net dmayboroda-minima-e6cc03f/linker/requestor.py :1 import httpx
  • net dmayboroda-minima-e6cc03f/llm/minima_embed.py :1 import requests
  • net dmayboroda-minima-e6cc03f/mcp-server/src/minima/requestor.py :1 import httpx

secrets 2

  • secrets dmayboroda-minima-e6cc03f/linker/app.py :37 PASSWORD = os.environ.get("PASSWORD")
  • secrets dmayboroda-minima-e6cc03f/llm/openai_chain.py :41 llm_api_key: str = os.environ.get("LLM_API_KEY", "not-needed")

database 1

  • db dmayboroda-minima-e6cc03f/indexer/storage.py :57 import sqlite3

declared dependencies 3

  • httpx@>=0.28.0
  • mcp@>=1.0.0
  • pydantic@>=2.10.2