checkmcp

gregkozakiewicz/checkmcp
★ 0 stars JavaScript Code/Dev Tools Updated 1d ago
Testing toolkit for MCP servers — in-memory harness, assertions, and spec conformance checks
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "checkmcp": {
      "command": "npx",
      "args": [
        "-y",
        "gregkozakiewicz/checkmcp"
      ]
    }
  }
}

README Excerpt

> Testing toolkit for [Model Context Protocol](https://modelcontextprotocol.io) servers. **Status: placeholder release (0.0.1) — v0.1 is in active development.** This publish reserves the package name; there is no usable API yet. - **In-memory test harness** — spin up your MCP server inside ordinary `vitest`/`jest` tests: no network, no subprocess, no API keys.