
название: I built mcp-man — a Postman-like inspector for MCP servers
Hey, I built mcp-man — a Postman-like tool for MCP servers.
The problem: there are 150+ MCP servers but figuring out
what any of them does means digging through READMEs.
mcp-man lets you:
- Search 156 servers in a registry
- Connect to any server and see all tools with full schemas
- Test tools live with JSON args
- Auth wizard for servers that need API keys
npm install -g @aaglexx/mcp-man && mcp-man ui
GitHub: https://github.com/aaglexx/mcp-man
Would love feedback!