Checkride
Checkride MCP Server
Checkride ist ein Model Context Protocol (MCP)-Server, der als schneller, lokaler „CI-Pre-Flight"-Validierungs-Sidecar für KI-Codierungsagenten dient.
Bevor KI-Agent Code committet oder pusht, kann er Checkride-Tools aufrufen, um Tests, Typprüfungen, Lint-Läufe, Sicht-auß `ts, Ausgabe → metadata, etc?" Wait need no code word.
Let's start final answer now# Checkride MCP Server
Checkride ist ein Model Context Protocol (MCP)-Server, der als schneller, lokaler „CI-Pre-Flight"-Validierungs-Sidecar für KI-Codierungsagenten dient.
Bevor ein KI-Codierungsagent Cände code committet oder pusht, kann er Checkide-Tools aufrufen, um Tests, Typprüfungen, Linture, Sicherkeits-Audits und Git-Sicherheits-Cans auszüführen, KI-Fehlerbehebung "Empfehungen zu generieren und visuelle Berichte in einer Sandbox-Prozessumgebung mit sofortigem SHA-256-Caching zu exportieren.
Features
Schnelle Pre-Flight-Pipeline: Führt Testreihe, Typprücker und Linter gleichzeitig as.
Intelligentes SHA-256-Caching: Sofortige Antworten in under 10 ms (
[CACHED < 10ms]) bei unveränderten Codebasen.Git- und Staged-Dateien-" Einsichten: Führ gezielte Validierungen und Sicherheitschecks nur für geänderte oder gestagete Git-Dateien aus.
Pre-Commit-Git-Hook: Installert semplici den lokalen
.git/hooks/pre-commit, um Code vor manuellen Commits automatch zu validieren.Docker-Sandboxing: Optionale containerised Ausführung (
"andbox": "docker"), um die Prozess-Ausführung zu isolieren.Dependencies-Sicherheitsaudit: Führt Paket-Sicherheitsaudits (
npm audit,cargo audit,pip-audit) aus, um von KI-Agenten eingeführte Crashstellen herzustellen.KI-Fix-Genererier: Analysiert Fehler und Type-Inkompatibilitäten und liefert prompt-fertige Korrektur-Hinweise und Code-Snippets.
** Visue Report Exporter **: Exportiert Markdown- (
.checksride/summary.md) und HTML- (.checksride/report.html) Validierungs-Zusammenfassungen.Git Safety Guard Scanner : Erkenntnückständige Konfliktmarker (
<<<<<<<), Pre-Gebild, ungelakte API-Gebeistnisse/-Schlüssel and Debugger-Anweise (console.log,debugger,breakpoint()).Automatische Erkennung: Erkenn automatisch package manager (
pnpm,yarn,bun,npm) und Sprachen (TypeScript, JavaScript, Python, Rust, Go).Konñurierbarer Sidecar: uses
commands,timeouts pro Check,excludesand custom build-Schritt über.checkriderc.json.
translation raws.
Bereitgestellte MCP -Tools
Tool Name | Beschreibung | Parameter | Ausgabe-Schema |
| führt die positionelle balanced pipeline with smart Automated SHA-256-Cashing (unter 10 ms bei unverbor CI tests) |
|
|
| Führ gezielte Tests on geänderten/gestageten Git-Files |
|
|
| Scann Files auf Conflict markers, Code hostages, Allows |
|
|
| Runs all dependencies vulnerability audit |
|
|
| Generates AI prompt fix suggestions |
|
|
| Export visual reports to |
|
|
| Run all tests |
|
|
| Run all type checks ( |
|
|
| Run linter ( |
|
|
| Get last run status | None |
|
--
Git-Pre-Commit-Hook installen
Install the local .git/hooks/pre-commit, so that Checkride checks run automatically before each manual git commit:
npx checkride init-hooksConfig (.checkriderc.json)
Checkride search automatically after .checkriderc.json, .checkriderc or checkride.config.json in the root of your project:
{
"sandbox": "docker",
"docker_image": "node:18-alpine",
"timeouts": {
"test": 60000,
"typecheck": 60000,
"lint": 30000,
"security": 60000,
"default": 60000
},
"commands": {
"test": "pnpm test",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"security": "npm audit --json",
"custom": [
{
"name": "Format Check",
"command": "prettier --check .",
"timeout": 15000
}
]
},
"exclude": ["node_modules", "dist", "build", ".git"],
"env": {
"CI": "true"
}
}To AI agents
1. Claude Desktop configuration (claude_desktop_config.json)
{
"mcpServers": {
"checkride": {
"command": "node",
"args": ["/absolute/path/to/checkride-mcp/dist/index.js"]
}
}
}2. Cursor / Antigravity / Claude Code configuration
{
"mcpServers": {
"checkride": {
"command": "npx",
"args": ["-y", "checkride-mcp"]
}
}
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Git-backed platform for skills, tools, and context for AI agents
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/siqah/Checkride'
If you have feedback or need assistance with the MCP directory API, please join our Discord server