Mastervolt-Deep-Research
Verified Safeby ssdeanx
Overview
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.
Installation
npm startEnvironment Variables
- HUGGING_FACE_TOKEN
Security Notes
The 'filesystem' MCP server executes 'npx -y @modelcontextprotocol/server-filesystem' which can be risky if the external package or its dependencies are compromised, as '-y' bypasses confirmation. It also grants filesystem access to the user's 'Desktop' directory, which is a sensitive area. The 'hf-mcp-server' uses a Hugging Face API token via an environment variable (HUGGING_FACE_TOKEN), which is good practice for secret management, but depends on the security of the token and the remote service.
Similar Servers
biomedmcp
A biomedical research Model Context Protocol (MCP) server and an autonomous research agent that uses local LLMs to search PubMed and the web for medical questions, providing evidence-based answers with citations.
meds-mcp
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.
cue
An MCP server designed to front-load prompt engineering, transforming vague task descriptions into well-structured, optimized prompts for agentic workflows.