my-mcp-server
Verified Safeby Deejpotter
Overview
This MCP server provides a comprehensive suite of development tools and API integrations designed to empower AI agents with capabilities for file management, command execution, web search, documentation lookup, project management, image processing, grocery price comparison, and PDF data extraction.
Installation
npm startEnvironment Variables
- CLICKUP_API_TOKEN
- HUGGING_FACE_API_KEY
- OPENAI_API_KEY
- COLES_API_KEY
- SERPAPI_API_KEY
Security Notes
The server demonstrates robust security practices through strict command allowlisting, comprehensive dangerous pattern detection (e.g., 'rm -rf', fork bombs), and path validation that prevents directory traversal and access to sensitive system/project files (.git, .env, .ssh, node_modules). All external API keys are configured via environment variables, adhering to best practices. Command mapping for Windows also re-validates the transformed command, adding an extra layer of safety. This makes the server highly secure against common injection and file access vulnerabilities.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.