1. Conduid
  2. Developer Tools
  3. Mcpinspect
MCP server · Developer Tools

Mcpinspect

A command line tool to inspect MCP servers

Unclaimed last commit 9 months ago devtools
43Fair

Scored 3 days ago · breakdown

About Mcpinspect

Mcpinspect is an MCP server published by MatMercer in the Developer Tools category: a command line tool to inspect MCP servers. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcpinspect

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Mcpinspect

Powered by Claude · Grounded in docs

I know everything about Mcpinspect. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.0.6v0.0.6 · 22 Nov 2025Changelog 6307f9ca0ffa0fc1a61370364860896e643d66b2 Add install instructions and improve version naming for build artifacts
v0.0.5v0.0.5 · 22 Nov 2025Changelog 2875b656d69fb5207920a8775b29b546724e5692 Fix: add write permissions for releases

README

mcpinspect

A tool to inspect MCP servers.

While configuring Claude Code commands, I noticed there was no easy way to specify allowed MCP tools for the project command, this tool makes it easy to list configured MCP servers.

Warning: Be careful when allowing MCP tools that perform actions (create, update, delete). Review tool descriptions before granting access.

Supported OS and tools

  • MacOS
    • Claude Code

Installation

macOS (Apple Silicon)

curl -L https://github.com/MatMercer/mcpinspect/releases/latest/download/mcpinspect_macOS_arm64.zip -o mcpinspect.zip
unzip mcpinspect.zip
chmod +x mcpinspect
sudo mv mcpinspect /usr/local/bin/

# zsh requires this for auto complete
rehash

Usage

mcpinspect [server-name] [flags]

Flags:
  -c, --config string   path to Claude config file (default "~/.claude.json")
  -h, --help            help for mcpinspect

Examples

List all configured MCP servers

$ mcpinspect
NAME           TYPE   URL                         COMMAND
linear-server  http   https://mcp.linear.app/mcp  [N/A]
...

Inspect a specific server's tools

$ mcpinspect linear-server
NAME                  DESCRIPTION
create_comment        Create a comment on a specific Linear issue
create_issue          Create a new Linear issue
create_issue_label    Create a new Linear issue label
create_project        Create a new project in Linear
get_document          Retrieve a Linear document by ID or slug
get_issue             Retrieve detailed information about an issue by ID
...

23 tools | http | Linear MCP v1.0.0

Use a custom config file

$ mcpinspect -c /path/to/custom/claude.json

Credits

@ocervell - GO release skeleton

README mirrored from the source repository 3 days ago. The original is authoritative.

Questions

About Mcpinspect

How do I install Mcpinspect?

Run npx mcpinspect, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Mcpinspect safe to use with an AI agent?

Its trust score is 43 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Mcpinspect still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.