GitHub Stars
939
User Rating
Not Rated
Favorites
0
Views
80
Forks
98
Issues
35
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 22.7.5 or higher
npm: Latest version
Docker: Latest version (if using Docker)
Installation Steps
1. Install using npx
bash
npx @mcpjam/inspector@latest
http://localhost:6274.
2. Install using Docker
Ensure Docker is installed and running. Pull the latest image:bash
docker pull mcpjam/mcp-inspector:main
bash
docker run --rm -p 6274:6274 -p 6277:6277 mcpjam/mcp-inspector:main
http://127.0.0.1:6274.
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.Additional Resources
Related MCPs
git-mcp-server
122
An MCP (Model Context Protocol) server enabling LLMs and AI agents to interact with Git repositories. Provides tools for comprehensive Git operations including clone, commit, branch, diff, log, status, push, pull, merge, rebase, worktree, tag management, and more, via the MCP standard. STDIO & HTTP.