MCP.so
登录

my_mcp_sse_servers

@iuill

关于 my_mcp_sse_servers

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

iuill

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "brave-search-sse": {
      "type": "http",
      "url": "http://host.docker.internal:3101/sse"
    },
    "playwright_sse": {
      "type": "http",
      "url": "http://host.docker.internal:3103/sse"
    },
    "grareco": {
      "type": "http",
      "url": "http://host.docker.internal:3102/sse"
    },
    "firecrawl": {
      "type": "http",
      "url": "http://host.docker.internal:3104/sse"
    }
  }
}

工具

未检测到工具

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

概览

What is my_mcp_sse_servers?

A project that manages multiple MCP (Model Context Protocol) servers using Docker Compose. Each server is a submodule providing specific functionality such as web search, browser automation, web scraping, and graphical recording conversion. It is intended for developers who need a unified way to deploy and connect several MCP servers to an MCP client like Roo-Code.

How to use my_mcp_sse_servers?

Clone the repository, copy each server's .env.sample to .env and set required API keys, then run docker-compose up -d to start all servers. Configure your MCP client to connect to the SSE endpoints (e.g., http://host.docker.internal:3101/sse for Brave Search). Stop the servers with docker-compose down.

Key features of my_mcp_sse_servers

  • Centralized management of multiple MCP servers
  • One-command startup with Docker Compose
  • Brave Search API for web and local search
  • Graphical recording HTML conversion
  • Playwright browser automation
  • Firecrawl web scraping, crawling, and search

Use cases of my_mcp_sse_servers

  • Quickly set up a multi-server MCP environment for AI assistants
  • Perform web searches, scrape pages, and automate browser actions through one deployment
  • Convert text or web pages into graphical recording style HTML
  • Manage all MCP services with shared environment configuration

FAQ from my_mcp_sse_servers

What API keys are needed?

Each server directory contains an .env.sample file. Copy it to .env and fill in the required API keys and configuration values.

How do I start and stop the servers?

Start all servers in the background with docker-compose up -d. Stop them with docker-compose down.

What servers are included?

The project includes brave-search-sse, mcp_grareco, playwright-mcp-docker, and firecrawl-sse-mcp.

How do I configure an MCP client?

The README provides example JSON configuration for clients like Roo-Code, specifying the SSE URL for each server (e.g., http://host.docker.internal:3101/sse). Adjust the URL and timeout as needed.

评论

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