mcp_servers
by pedrocr83
Overview
A comprehensive multi-tool MCP server suite offering advanced web search (Brave API), robust local file system management, document content extraction, and database interaction, designed for AI agent integration.
Installation
BRAVE_API_KEY="YOUR_BRAVE_API_KEY" docker-compose up --buildEnvironment Variables
- BRAVE_API_KEY
- BRAVE_MCP_TRANSPORT
- BRAVE_MCP_PORT
- BRAVE_MCP_HOST
- BRAVE_MCP_LOG_LEVEL
- BRAVE_MCP_ENABLED_TOOLS
- BRAVE_MCP_DISABLED_TOOLS
- DATABASE_URL
- PYTHONUNBUFFERED
- ALLOW_WRITE
- ENABLE_ROOTS
- WORKSPACE_PATH
Security Notes
The `mcp-db-server` in `docker-compose.yml` contains hardcoded PostgreSQL credentials (`misterios:misteriospassword`) for `DATABASE_URL`. This is a critical security risk as these credentials could be exposed. While `rust-mcp-filesystem` employs strong path validation, `ro` (read-only) Docker mounts by default limit write operations even if `ALLOW_WRITE` is set. Input validation and container security configurations are generally good.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
bluera-knowledge
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.
mcp-server-requests
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content, including saving to files.