mcp-dump

command
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2026 License: MIT Imports: 2 Imported by: 0

README

mcp-dump

mcp-dump inspects any stdio MCP server command and prints initialize/capability data.

Installation

Global install (distributed via npm):

npm install -g @normahq/mcp-dump@latest

One-off run with npx (no global install):

npx @normahq/mcp-dump@latest -- <mcp-server-cmd> [args...]

Run

mcp-dump -- <mcp-server-cmd> [args...]

Examples:

mcp-dump -- codex mcp-server
mcp-dump --json -- codex mcp-server

Flags

  • --json: print machine-readable JSON output.
  • --debug: enable debug logs for the inspector.

Output

Human-readable output includes:

  • server name/version
  • protocol version
  • server capabilities
  • tools list (with input params and response schemas)
  • prompts/resources/resource templates status

Notes

  • -- is required. Arguments before -- are rejected.
  • By default, command output is result-focused (no inspector debug/info logs).

Repository

Contact

License

MIT. See the repository LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL