MCP.so
登录

MoodMNKY MCP Server Stack

@MOODMNKY-LLC

关于 MoodMNKY MCP Server Stack

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

MOODMNKY-LLC

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MoodMNKY MCP Server Stack?

MoodMNKY MCP Server Stack is a standalone repository that orchestrates a diverse array of Model Context Protocol (MCP) servers—all containerized via Docker—behind a single docker-compose.yml. It enables rapid deployment, unified configuration via a .env file, out‑of‑the‑box integration with OpenAI Agents SDK (via SSE), and optional public exposure using Cloudflare Tunnel.

How to use MoodMNKY MCP Server Stack?

Clone the repository, copy .env.example to .env, fill in all placeholders (API keys, host ports, paths), then run docker-compose up to launch all MCP servers. Verify local /tools endpoints via curl. Optionally expose servers publicly by installing and authenticating cloudflared, creating a tunnel, and configuring DNS. Integrate with OpenAI Agents SDK using MCPServerSse pointing to an SSE endpoint.

Key features of MoodMNKY MCP Server Stack

  • Orchestrates 18+ MCP servers in Docker behind one compose file
  • Unified environment‑variable configuration for all services
  • Out‑of‑the‑box SSE integration for OpenAI Agents SDK
  • Optional Cloudflare Tunnel exposure with firewall safety
  • Supports servers for Notion, Brave Search, GitHub, Redis, and more
  • First‑principles explanations for MCP, SSE, Docker, and tunneling

Use cases of MoodMNKY MCP Server Stack

  • Rapidly deploy multiple tool‑providing MCP servers for AI agents
  • Centralize API keys and host‑port bindings in a single .env file
  • Connect OpenAI Agents SDK agents to MCP tools over SSE
  • Securely expose MCP endpoints over the internet without opening ports

FAQ from MoodMNKY MCP Server Stack

What MCP servers are included in this stack?

The stack includes Notion, Sequential Thinking, Brave Search, Tavily, Firecrawl, Fetch, GitHub, Filesystem, Discord, Playwright, Desktop Commander, Redis‑backed Memory, and others—all defined in docker-compose.yml and configured via .env.

What prerequisites are required to run the stack?

You need Docker Engine (20.10+), Docker Compose (v2+), and optionally Cloudflare’s cloudflared for public exposure. A Cloudflare‑managed domain is required for external access.

How do I expose MCP servers publicly?

Install and authenticate cloudflared, create a tunnel, and add CNAME records in Cloudflare DNS pointing to the tunnel’s hostname. The tunnel forwards requests to local MCP ports.

How does SSE differ from streamable HTTP in this stack?

SSE is the recommended transport because it provides standardized event framing, built‑in reconnection, and works through most proxies and firewalls. All reference MCP servers in the stack default to SSE.

Where are secrets and API keys stored?

All secrets (API keys, tokens, host ports) are placed in a .env file that is never committed. The .env.example template uses <PLACEHOLDER> values that must be replaced before launching.

评论

其他 分类下的更多 MCP 服务器