Kindex is a persistent knowledge graph for AI-assisted workflows that indexes conversations, projects, and intellectual work, ensuring Claude Code never starts a session blind.
From the registry: Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.
$ pip install kindex[mcp]$ kin initPlease install the `kindex` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install kindex with MCP extras** — Install the kindex package with MCP support Run: `pip install kindex[mcp]`
- **Initialize** — Initialize the kindex data directory Run: `kin init`
Canonical MCP server config (stdio transport):
- command: `kin-mcp`
- args: []
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support