13 hours ago
Auditable, self-improving knowledge & memory for AI agents, served over MCP. Citation-enforced answers (no source, no claim), a replayable why-trace per answer, and a judge-gated loop that promotes validated knowledge. Zero-key local embeddings (bge-m3), hybrid vector + BM25 retrieval, scoped fail-closed bearer auth, and multi-tenant row-level security — self-hosted on Postgres alone. Apache-2.0. Reference implementation of the Agentic Product Standard.
Server Config
{
"mcpServers": {
"agenticmind": {
"url": "https://YOUR_HOST/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_TOKEN"
}
}
}
}