Skip to content
Back to search
30
MCP

@codecheck/mcp-server

npm/@codecheck/mcp-server

MCP server for CodeCheck — lets Claude Code and other AI assistants run AI-generated tests automatically

Uptime
0.0%
11 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@opencodereview/mcp-server
MCP Server for Open Code Review - AI code quality gate for Claude Desktop, Cursor, Windsurf, VS Code Copilot
0 tools
codex-mcp-server
MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex's AI capabilities directly.
0 tools
mcp-coder
AI-powered software development automation toolkit using Claude Code CLI and MCP servers for intelligent code analysis, testing, and impleme
0 tools
mcp-test-mcp
An MCP server for testing MCP servers you are developing with AI assistants
0 tools
codeloop-mcp-server
CodeLoop MCP server - verification, self-repair, and recommendation layer for AI coding agents
0 tools
@bugbrain/mcp
BugBrain MCP server — connect AI coding tools (Claude Code, Cursor, Codex) to the BugBrain QA platform: autonomous exploratory runs, test ca
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@codecheck/mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}