What is the CCRider MCP server?
Full-text search, browse, and resume across your coding agent sessions (Claude Code, Codex, Amp)
How to install CCRider
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ccrider": {
"command": "https://github.com/neilberkman/ccrider/releases/download/v1.11.0/ccrider_1.11.0.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ccrider": {
"command": "https://github.com/neilberkman/ccrider/releases/download/v1.11.0/ccrider_1.11.0.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ccrider": {
"command": "https://github.com/neilberkman/ccrider/releases/download/v1.11.0/ccrider_1.11.0.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ccrider": {
"type": "stdio",
"command": "https://github.com/neilberkman/ccrider/releases/download/v1.11.0/ccrider_1.11.0.mcpb",
"args": []
}
}
}Claude Code
claude mcp add ccrider -- https://github.com/neilberkman/ccrider/releases/download/v1.11.0/ccrider_1.11.0.mcpbRelated MCP servers
Clippy
Active
Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files
244
View repository →Go
MIT
Sidereon
Active
GNSS positioning and astrodynamics: orbit propagation, passes, GNSS solves, and RINEX QC
14
View repository →Rust
MIT