Odel
mcp-lint

mcp-lint

Local
@robert19001-cmyk1TypeScriptMITUpdated 4mo ago

Lint MCP tool schemas for cross-client compatibility and agent preflight safety.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-lintv0.5.3

Run

npx -y mcp-lint

MCP client config

{
  "mcpServers": {
    "mcp-lint": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lint"
      ]
    }
  }
}