Serversio.github.kunwar-shah/claudex
C

io.github.kunwar-shah/claudex

io.github.kunwar-shah/claudex · v1.3.4
▦ npm
v1.3.4npm npm: @kunwarshah/claudex↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kunwar-shah/claudex",
  "description": "Persistent memory + FTS5 search MCP server for Claude Code conversation history.",
  "repository": {
    "url": "https://github.com/kunwar-shah/claudex",
    "source": "github"
  },
  "version": "1.3.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@kunwarshah/claudex",
      "version": "1.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to Claude Code conversation log directory. Defaults to ~/.claude/projects.",
          "format": "string",
          "name": "PROJECT_ROOT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}