E2B
SDK / ToolOpen-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
- sandbox
- code-execution
- sdk
- agents
An open-source testing and evaluation platform for MCP servers — Postman for the MCP ecosystem.
MCPJam Inspector lets you connect to MCP servers over any transport, call and debug tools, run multi-server setups, and drive LLM evaluations against your server — in an open-source local UI or their hosted app. Complements the official MCP Inspector with testing workflows and evals the official tool doesn't cover.
Best for server authors shipping iteratively: smoke-test each release, then pin eval sets so refactors don't silently change tool behaviour.
npx @mcpjam/inspector@latest # or Docker: docker run -p 127.0.0.1:6274:6274 mcpjam/mcp-inspector:local
A third-party platform, not the official MCP tooling — spec coverage can run ahead of or behind specific clients. Keep the official Inspector in your toolbox for protocol-level checks.
Repository
MCPJam/inspectorCharted
Open-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
Pythonic framework for building MCP servers — decorators, type hints, and zero boilerplate.
Anthropic's official TypeScript SDK for building agentic applications.