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.

コメント

「その他」の他のコンテンツ