AgenticMind
@Moai-Team-LLC
关于 AgenticMind
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 retr
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agenticmind": {
"url": "https://YOUR_HOST/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_TOKEN"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AgenticMind?
AgenticMind is a self-hosted, auditable knowledge and memory layer for AI agents, served over the Model Context Protocol (MCP). It provides citation-enforced answers with a full why-trace, a self-improving corpus, and runs entirely on Postgres with pgvector—no additional vector stores or external dependencies required for embeddings.
How to use AgenticMind?
Quickstart: run OPENAI_API_KEY=sk-... sh -c "$(curl -fsSL https://raw.githubusercontent.com/Moai-Team-LLC/AgenticMind/main/quickstart.sh)" to pull Docker images and bring up the server. From source, clone the repo, run ./setup.sh then npm run dev. Point any MCP client (Claude Code, Cursor, LangGraph) at http://localhost:3000/mcp with the auto-generated bearer token.
Key features of AgenticMind
- Citation-enforced answers: every claim tied to a numbered source.
- Replayable why-trace per answer: retrieved, ranked, and used.
- Self-improving corpus via judge-gated compounding loop.
- Tiered retrieval: chunks, typed fact cards, knowledge graph.
- Single datastore: Postgres + pgvector for all indexes.
- Zero-key offline embeddings (bge-m3) for multilingual retrieval.
Use cases of AgenticMind
- Agents that must answer from trusted sources with provable citations.
- Systems requiring a replayable audit trail for every answer.
- Self-hosted knowledge bases that improve automatically without human feedback.
- Multi-agent setups that need governed, accountable memory across agents.
- Production deployments where a single Postgres database replaces vector-store sprawl.
FAQ from AgenticMind
How does AgenticMind differ from plain RAG or memory SDKs?
AgenticMind enforces citations, provides a full why-trace for every answer, and includes a self-improving corpus and relational verification via a knowledge graph—all on Postgres+pgvector, unlike most RAG solutions that offer only fuzzy recall.
What are the runtime and database requirements?
Requires Node ≥22.18 or Bun ≥1.3, and PostgreSQL with pgvector. Embeddings run locally by default (bge-m3), so no cloud key is needed for retrieval; only a chat-model key (e.g., OpenAI API key) is required for answer synthesis.
How does the corpus self-improve?
Validated answers are promoted back into the corpus through a judge-gated compounding loop driven by programmatic signals—not human feedback. A kl_signal tool emits these signals on prior answers.
Is there a frontend or UI?
No. AgenticMind is headless; agents interact with it solely via MCP tools over streamable HTTP. The only consumers are agents.
What authentication does the MCP server use?
The MCP endpoint uses per-token bearer authentication with scoped, least-privilege tokens. In the quickstart, a static bearer key (MCP_API_KEY) is auto-generated; from source, a JWT with typ="mcp" is accepted. Authorization is fail-closed.
记忆与知识 分类下的更多 MCP 服务器
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Notion MCP Server
makenotionOfficial Notion MCP Server
评论