Gå til hovedindhold
MCP & CLI Code GeneratorsOpen SourceOfficial MCP CLI

MCP CLI & Inspector

Official Model Context Protocol terminal runner, inspector & tester

The standard developer CLI and interactive web inspector to test, debug, and execute MCP servers locally and remotely.

Kom hurtigt i gang

Terminal

Kom i gang med MCP CLI & Inspector i dit projekt.

# Launch the MCP Inspector on any local or remote server
npx @modelcontextprotocol/inspector node ./dist/server.js

Om MCP CLI & Inspector

The Model Context Protocol Inspector / CLI is the essential development tool for verifying MCP servers. Test tool schema execution, inspect incoming/outgoing JSON-RPC messages, and verify prompt and resource templates before connecting to Claude or Cursor.

DK

Danske data- og produkt-guides

Hvordan udviklere og agenter bruger MCP CLI & Inspector til at tilgå dansk digital infrastruktur.

Test Danish CVR MCP Server Locally

Run the MCP inspector on your local Danish CVR or DAWA MCP server to verify that tool responses match the required schema.

npx @modelcontextprotocol/inspector npx -y @agentaccess/dawa-mcp

Nøglefunktioner

Interactive visual UI for testing tool invocation & outputs
Supports stdio, SSE, and HTTP streaming MCP transports
Inspects JSON-RPC 2.0 frames in real-time
CLI mode for automated CI/CD validation of MCP servers