MCP Inspector
The MCP Inspector is a web-based debugging tool for testing and inspecting MCP servers. It’s useful for:- Testing DBHub server functionality before integrating with AI tools
- Debugging connection issues
- Exploring available resources and tools
- Verifying SQL query execution
http://localhost:8080/mcp and test all available tools and resources.

Troubleshooting
Connection Issues
If you can’t connect to DBHub:- Verify DBHub is running with HTTP transport (
--transport http) - Check the port matches (default: 8080)
- Ensure no firewall is blocking the connection
- Test the endpoint directly:
curl http://localhost:8080/mcp
Database Connection Errors
If DBHub connects but database queries fail:- Verify your DSN connection string is correct
- Test the database connection with a native client
- Check database user permissions
- Review DBHub logs for specific error messages