Cachly MCP Server
Rank #21,717io.github.cachly-dev/mcp-server
Persistent memory + causal root-cause analysis for AI coding agents. 123 MCP tools. EU, GDPR.
Cachly MCP Server is a Model Context Protocol (MCP) server published by cachly-dev. It ranks #21,717 of 115,460 servers tracked on MCP Toplist. Cachly MCP Server is listed on Official MCP, with 14 tracked versions. It was first listed on Apr 20, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 93,743 of 115,460 servers on MCP Toplist.
Use Cachly MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cachly-dev -- npx -y @cachly-dev/mcp-server[mcp_servers.cachly-dev]
command = "npx"
args = ["-y", "@cachly-dev/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cachly-dev": {
"command": "npx",
"args": [
"-y",
"@cachly-dev/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cachly-dev": {
"command": "npx",
"args": [
"-y",
"@cachly-dev/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cachly-dev": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cachly-dev/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cachly-dev": {
"command": "npx",
"args": [
"-y",
"@cachly-dev/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cachly-dev": {
"command": "npx",
"args": [
"-y",
"@cachly-dev/mcp-server"
]
}
}
}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.cachly-dev%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.cachly-dev%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.cachly-dev%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
cachly-dev
Available versions (14)
| Version | Published |
|---|---|
| 0.10.141 | Aug 31, 2026 |
| 0.10.139 | Aug 28, 2026 |
| 0.10.135 | Aug 26, 2026 |
| 0.10.133 | Aug 25, 2026 |
| 0.10.132 | Aug 25, 2026 |
| 0.10.130 | Aug 24, 2026 |
| 0.10.129 | Aug 22, 2026 |
| 0.10.126 | Aug 20, 2026 |
| 0.10.125 | Aug 20, 2026 |
| 0.10.123 | Aug 14, 2026 |
| 0.10.122 | Aug 7, 2026 |
| 0.10.121 | Aug 7, 2026 |
| 0.10.118 | Jul 12, 2026 |
| 0.5.13 | Apr 20, 2026 |
Frequently asked questions
- Who maintains Cachly MCP Server?
- Cachly MCP Server is maintained by cachly-dev, which publishes 2 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Cachly MCP Server listed on the Official MCP Registry?
- Yes — Cachly MCP Server is listed on the Official MCP Registry.
- How many versions does Cachly MCP Server have?
- MCP Toplist tracks 14 versions of Cachly MCP Server, most recently published on Aug 31, 2026.
- Where can I find the source code for Cachly MCP Server?
- The source code for Cachly MCP Server is hosted at github.com/cachly-dev/cachly-mcp.