Model Context Protocol
Links Directory
Discover trusted and community-verified MCP servers (10+ ⭐ rated).
Explore the rapidly growing Model Context Protocol ecosystem with ease. From over 600 servers launched in the first month, we spotlight the best and most reliable options.
E2B MCP Server
# E2B MCP Server: Code-Ausführung für Claude Desktop Der E2B MCP Server ist eine leistungsstarke Erweiterung für Claude Desktop, die es ermöglicht, Code direkt in der Anwendung auszuführen[1]. Diese Integration erfolgt über die E2B Sandbox und erweitert damit die Funktionalität von Claude um echte Code-Interpreting-Fähigkeiten[1]. **Installation und Einrichtung:** Die Installation kann besonders einfach über Smithery durchgeführt werden, mit nur einem Befehl: ```bash npx @smithery/cli install e2b --client claude ``` **Hauptfunktionen:** - Nahtlose Integration mit Claude Desktop - Sichere Code-Ausführung in der E2B Sandbox - Unterstützung verschiedener Programmiersprachen - Direktes Code-Interpreting innerhalb der Claude-Umgebung Der E2B MCP Server ist ein Open-Source-Projekt, das die Möglichkeiten von Claude Desktop erheblich erweitert und damit die Entwicklungsarbeit effizienter gestaltet[2]. Die Kombination aus Claude's KI-Fähigkeiten und der Code-Ausführung über E2B schafft eine besonders produktive Entwicklungsumgebung.
Postman MCP Server
MCP Server that bridges Postman's API capabilities with Model Context Protocol ## Core Features **Collection Management** - Full CRUD operations for Postman collections - Folder and request organization capabilities - Version control with fork and merge support - Response management and commenting system[3] **Environment Handling** - Environment creation and management - Comprehensive CRUD operation support - Multi-environment setup capabilities[3][4] ## Technical Implementation **Server Configuration** ```json { "mcpServers": { "postman": { "command": "node", "args": ["/path/to/postman-api-server/build/index.js"], "env": { "POSTMAN_API_KEY": "your_api_key_here" } } } } ``` **Development Setup** ```bash pnpm install pnpm run build # For development with auto-reload pnpm run watch ``` ## Advanced Capabilities **Authentication & Security** - API key-based authentication - Role-based access control - Workspace-level permission management[3] **Enterprise Features** - Private API network management - Webhook integration support - Advanced SCIM support for enterprise environments[4] ## Development Tools **Debugging Support** The MCP Inspector provides comprehensive debugging capabilities: ```bash pnpm run inspector # Access debug tools at http://localhost:5173 ``` Currently at version 0.2.0, this project is under active development and was generated using Claude 3.5 Sonnet[3]. It operates under the MIT License and represents a significant advancement in AI-powered API management capabilities.