mcp_servers
by pedrocr83
Overview
Provides comprehensive search capabilities, filesystem operations, and document content extraction for AI agents to interact with web, local files, and structured documents.
Installation
npx -y @brave/brave-search-mcp-server --transport httpEnvironment 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
- ALLOW_WRITE
- ENABLE_ROOTS
Security Notes
The 'mcp-db-server' component in the docker-compose.yml has a hardcoded PostgreSQL password ('misteriospassword'), which is a critical security vulnerability. The 'document-reader-mcp-server' processes various document formats, which can be a vector for vulnerabilities if malicious files exploit parsing libraries. While 'rust-mcp-filesystem' has good path validation and read-only default mode, the hardcoded DB password significantly lowers the overall security posture of the bundled servers.
Similar Servers
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-documentation-server
A local-first MCP server for document management, semantic search, and AI-powered document intelligence.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
google-docs-mcp
Provides a comprehensive Model Context Protocol (MCP) server that enables AI assistants to programmatically interact with Google Docs (reading, writing, formatting, structuring) and manage Google Drive files (discovery, folder management, file operations, document creation).