{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "kindex",
    "version": "0.38.0",
    "title": "Kindex",
    "description": "Persistent knowledge graph for Claude Code, Codex, Gemini CLI, Google Antigravity, OpenCode, Cursor, and other AI-assisted workflows. Quarantined automatic capture, explicit verification and invalidation, trusted-only retrieval, bounded trusted resume, hybrid FTS5 + graph retrieval, operational guardrails, reminders, and git-tracked .kin project context.",
    "homepage": "https://kindex.tools",
    "mirror": "https://wandercom.github.io/kindex/",
    "repository": "https://github.com/wandercom/kindex",
    "documentation": "https://kindex.tools/mcp-agent-guide.md",
    "humanGuide": "https://kindex.tools/human-guide.md",
    "license": "MIT",
    "vendor": {
      "name": "Wander",
      "url": "https://github.com/wandercom"
    }
  },
  "transport": {
    "type": "stdio",
    "command": "kin-mcp",
    "package": "kindex[mcp]",
    "note": "Kindex runs locally over stdio. Install with `pip install kindex[mcp]`, `uv tool install kindex[mcp]`, or `uvx --from kindex[mcp] kin-mcp`, then register `kin-mcp` with your MCP client. No public HTTP transport is exposed."
  },
  "install": {
    "pypi": "kindex[mcp]",
    "command": "kin-mcp",
    "config": {
      "mcpServers": {
        "kindex": {
          "command": "kin-mcp"
        }
      }
    }
  },
  "capabilities": {
    "summary": [
      "Hybrid FTS5 + graph search",
      "Tier-budgeted context injection",
      "Knowledge capture, edit, supersede, learn, and linking",
      "Quarantined automatic capture with explicit review, expiry, and erasure",
      "Verification provenance, valid-time state, invalidation, and trusted-only retrieval",
      "Referent binding with content digests, two-clock time, and staleness demotion",
      "Calibrated retrieval grounding \u2014 versioned similarity floor with grounded/weak/ungrounded/uncalibrated verdicts",
      "Bounded multi-hop graph expansion with deterministic beam ordering",
      "Learned pair co-activation as a separate ranking channel",
      "Extraction engines behind a quarantine boundary, with a local eval gate",
      "Bounded trusted session resume",
      "Project-scoped session reactivation and reversible completed-session archival",
      "Semantic graph metrics separated from retained lifecycle and legacy Dream rows",
      "Bounded sparse Dream link proposals with resolved-pair and cluster-summary deduplication",
      "Fail-closed, validated, owner-private schema-migration snapshots with a durable recovery path",
      "Session tags and durable tasks",
      "Multi-agent coordination, advisory locks, standing messages, and watches",
      "Time-based reminders with shell actions, Claude instructions, and headless Codex/OpenCode wakeups",
      "Mode primers, graph health, analytics, imports, exports, and ingestion adapters"
    ],
    "tools": [
      "search",
      "add",
      "edit",
      "supersede",
      "context",
      "show",
      "ask",
      "learn",
      "link",
      "list_nodes",
      "status",
      "suggest",
      "candidate_list",
      "candidate_show",
      "candidate_accept",
      "candidate_reject",
      "candidate_prune",
      "candidate_erase",
      "verify",
      "invalidate",
      "stale_check",
      "graph_stats",
      "graph_heal",
      "graph_merge",
      "dream",
      "changelog",
      "ingest",
      "tag_start",
      "tag_update",
      "tag_resume",
      "task_add",
      "task_done",
      "task_list",
      "task_claim",
      "task_release",
      "coord_start",
      "coord_join",
      "coord_post",
      "coord_read",
      "coord_attach",
      "coord_inject",
      "coord_list",
      "coord_end",
      "lock_acquire",
      "lock_release",
      "watch_add",
      "watch_list",
      "watch_resolve",
      "remind_create",
      "remind_list",
      "remind_snooze",
      "remind_done",
      "remind_check",
      "remind_exec",
      "mode_activate",
      "mode_list",
      "mode_show",
      "mode_create",
      "mode_export",
      "mode_import",
      "mode_seed",
      "task_cancel",
      "task_execute",
      "task_get",
      "task_update",
      "kinbase_sync"
    ],
    "resources": [],
    "prompts": []
  },
  "links": {
    "llms.txt": "https://kindex.tools/llms.txt",
    "llmsFull": "https://kindex.tools/llms-full.txt",
    "humanGuide": "https://kindex.tools/human-guide.md",
    "agentGuide": "https://kindex.tools/mcp-agent-guide.md",
    "registry": "https://github.com/wandercom/kindex/blob/main/server.json",
    "githubPages": "https://wandercom.github.io/kindex/"
  }
}
