Back to Home
aiagenta2z icon

mcp-marketplace

by aiagenta2z

Overview

A comprehensive AI agent framework that facilitates tool orchestration and access to a marketplace of MCP (Model Context Protocol) servers, offering a web-based client for chat, administration, and benchmarking.

Installation

Run Command
mcpm run --host 0.0.0.0 --port 5000

Environment Variables

  • QWEN_API_KEY
  • OPENAI_API_KEY
  • CLAUDE_API_KEY
  • DEEPNLP_ONEKEY_ROUTER_ACCESS
  • MCP_CONFIG_PATH
  • GOOGLE_MAPS_API_KEY
  • AMAP_MAPS_API_KEY
  • FIRECRAWL_API_KEY
  • PERPLEXITY_API_KEY

Security Notes

The server uses `subprocess.create_subprocess_shell` to execute commands and arguments defined in `mcp_config.json` files (local or fetched from marketplace). This presents a critical Remote Code Execution (RCE) vulnerability if the `mcp_config.json` files are sourced from an untrusted location or compromised. Additionally, the server defaults to binding on `0.0.0.0`, exposing it to all network interfaces, which can be a security risk if not properly firewalled. Beta test keys are included in examples but explicitly marked as such.

Similar Servers

Stats

Interest Score15
Security Score3
Cost ClassMedium
Avg Tokens750
Stars2
Forks1
Last Update2025-12-23

Tags

AI AgentTool OrchestrationMCP MarketplacePython SDKChatbot UI