Google PageRank for AI agents. 25,000+ tools indexed.

e2b-mcp-server by e2b-dev

#227 of 1484 by e2b-dev
56 score

Using MCP to run code via e2b.

Ranked #227 out of 1484 indexed tools.Has 10,961 GitHub stars.Has 140 contributors.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 5
Freshness today
Issue Health 97%
Stars 10,961
Platform Breadth 1 platform
Contributors 140
Description Brief

How to Improve

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for e2b-mcp-server by e2b-dev
[![AgentRank](https://agentrank-ai.com/api/v1/badge/glama-e2b-dev--mcp-server)](https://agentrank-ai.com/skill/glama-e2b-dev--mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-e2b-dev--mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/v1/badge/glama-e2b-dev--mcp-server" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# MCP Inspector

A developer tool for inspecting [Model Context Protocol](https://modelcontextprotocol.io) (MCP) servers. It ships as a single package, `@modelcontextprotocol/inspector`, that provides three ways to inspect a server:

- **Web** — a Vite + React + [Mantine](https://mantine.dev) single-page app with a Node backend.
- **CLI** — a scriptable command-line client for automation, CI, and fast agent feedback loops.
- **TUI** — an interactive terminal UI built with [Ink](https://github.com/vadimdemedes/ink).

All three run through one global `mcp-inspector` binary:

```bash
npx @modelcontextprotocol/inspector          # web UI (default)
npx @modelcontextprotocol/inspector --cli    # CLI
npx @modelcontextprotocol/inspector --tui    # TUI
```

> [!WARNING]
> **On a machine with no OS keychain, secrets are saved to a plaintext file by default.** That covers Linux without libsecret or a Secret Service, headless and SSH sessions, Termux, and containers with a mounted volume. OAuth cl
Read full README on GitHub →