my_mcp_sse_servers
@iuill
About my_mcp_sse_servers
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments