Back to Browse

Claudex MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

About

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

Security Report

4.2
Use Caution4.2High Risk

Claudex is a well-structured MCP server for browsing Claude Code conversation history with legitimate use cases. Authentication is absent by design (local-only tool), which is appropriate for a developer utility. Code quality is good with proper input validation and no malicious patterns detected. However, moderate concerns exist around file system access scope (reads all `~/.claude/projects` without granular filtering) and potential information disclosure risks when exporting or serving conversation data containing sensitive code/secrets. Permissions align with stated purpose but users should be aware of the data exposure surface. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to Claude Code conversation log directory. Defaults to ~/.claude/projects.Optional

Environment variable: PROJECT_ROOT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kunwar-shah-claudex": {
      "env": {
        "PROJECT_ROOT": "your-project-root-here"
      },
      "args": [
        "-y",
        "@kunwarshah/claudex"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!