Wayback Machine for Cursor
io.github.mearman/mcp-wayback-machine
MCP server and CLI tool for interacting with the Wayback Machine without API keys
client:Cursor
transport:stdio
runtime:npm
Install Wayback Machine in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-wayback-machine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-wayback-machine"
],
"env": {
"WAYBACK_ACCESS_KEY": "<WAYBACK_ACCESS_KEY>",
"WAYBACK_SECRET_KEY": "<WAYBACK_SECRET_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs