ClaudeX
Rank #8,313io.github.kunwar-shah/claudex
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
ClaudeX is a Model Context Protocol (MCP) server published by kunwar-shah. It ranks #8,313 of 132,046 servers tracked on MCP Toplist, and its repository has 94 GitHub stars. ClaudeX is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Oct 3, 2025 and most recently updated on May 3, 2026.
Ranks ahead of 123,733 of 132,046 servers on MCP Toplist.
Use ClaudeX
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add claudex -e "PROJECT_ROOT=<your PROJECT_ROOT>" -- npx -y @kunwarshah/claudexReplace each placeholder with your own value before saving.
[mcp_servers.claudex]
command = "npx"
args = ["-y", "@kunwarshah/claudex"]
[mcp_servers.claudex.env]
PROJECT_ROOT = "<your PROJECT_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claudex": {
"command": "npx",
"args": [
"-y",
"@kunwarshah/claudex"
],
"env": {
"PROJECT_ROOT": "<your PROJECT_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claudex": {
"command": "npx",
"args": [
"-y",
"@kunwarshah/claudex"
],
"env": {
"PROJECT_ROOT": "<your PROJECT_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"claudex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kunwarshah/claudex"
],
"env": {
"PROJECT_ROOT": "<your PROJECT_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claudex": {
"command": "npx",
"args": [
"-y",
"@kunwarshah/claudex"
],
"env": {
"PROJECT_ROOT": "<your PROJECT_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claudex": {
"command": "npx",
"args": [
"-y",
"@kunwarshah/claudex"
],
"env": {
"PROJECT_ROOT": "<your PROJECT_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kunwar-shah%2Fclaudex)<a href="https://mcptoplist.com/server/io.github.kunwar-shah%2Fclaudex"><img src="https://mcptoplist.com/badge/io.github.kunwar-shah%2Fclaudex.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kunwar-shah
Available versions (2)
| Version | Published |
|---|---|
| 1.3.4 | May 3, 2026 |
| 1.3.3 | May 3, 2026 |
Frequently asked questions
- Who maintains ClaudeX?
- ClaudeX is maintained by kunwar-shah, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is ClaudeX listed on the Official MCP Registry?
- Yes — ClaudeX is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does ClaudeX have?
- MCP Toplist tracks 2 versions of ClaudeX, most recently published on May 3, 2026.
- Where can I find the source code for ClaudeX?
- The source code for ClaudeX is hosted at github.com/kunwar-shah/claudex.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.