Cursor History
Rank #4,040io.github.S2thend/cursor-history
MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history
Cursor History is a Model Context Protocol (MCP) server published by s2thend. It ranks #4,040 of 132,113 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. Cursor History is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Dec 31, 2025 and most recently updated on Sep 8, 2026.
Ranks ahead of 128,073 of 132,113 servers on MCP Toplist.
Use Cursor History
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cursor-history -- npx -y cursor-history-mcp[mcp_servers.cursor-history]
command = "npx"
args = ["-y", "cursor-history-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cursor-history": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}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.S2thend%2Fcursor-history)<a href="https://mcptoplist.com/server/io.github.S2thend%2Fcursor-history"><img src="https://mcptoplist.com/badge/io.github.S2thend%2Fcursor-history.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
s2thend
Other servers by s2thend
View all s2thend servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.1 | Sep 8, 2026 |
| 0.3.0 | Sep 8, 2026 |
| 0.2.4 | Jan 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cursor History?
- Cursor History is maintained by s2thend, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Cursor History listed on the Official MCP Registry?
- Yes — Cursor History is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Cursor History have?
- MCP Toplist tracks 4 versions of Cursor History, most recently published on Sep 8, 2026.
- Where can I find the source code for Cursor History?
- The source code for Cursor History is hosted at github.com/s2thend/cursor-history-mcp.
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.