mcpconform

cejor6/mcpconform
★ 1 stars JavaScript Code/Dev Tools Updated 5d ago
Provider- and language-agnostic static linter for MCP tool definitions, server.json, and client config.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpconform": {
      "command": "npx",
      "args": [
        "-y",
        "cejor6/mcpconform"
      ]
    }
  }
}

README Excerpt

A static linter for **MCP setup correctness**: tool definitions, the `server.json` registry manifest, and client config files (`.mcp.json` / `claude_desktop_config.json` / `mcpServers`). Think `shellcheck`/`hadolint`, but for the Model Context Protocol — and **provider-agnostic by design**. It checks, statically and offline, that your MCP setup is **correct and portable**. It is intentionally *not* a security scanner and *not* a live conformance tester — it validates the shape and portability of

Tools (4)

anthropicgeminimistralopenai