PluginBench
MCP Server
Active
MIT

CCRider MCP Server

io.github.neilberkman/ccrider

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.mcpb

Related MCP servers

Clippy

Active

Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files

244
Go
MIT
View repository →

Sidereon

Active

GNSS positioning and astrodynamics: orbit propagation, passes, GNSS solves, and RINEX QC

14
Rust
MIT
View repository →