claude-mcp-servers
Verified Safeby harshv2013
Overview
Provides Model Context Protocol (MCP) servers for Claude Desktop, enabling secure file system access and advanced mathematical calculations.
Installation
python3 scripts/fs_server.pySecurity Notes
The File System server implements robust path validation checks (e.g., `path.resolve().startswith(ALLOWED_DIR.resolve())`) for all file operations (read, write, search, stats). This is crucial and effectively prevents directory traversal attacks, limiting file access and modification to the `test_files` directory (or a user-configured directory). The `write_file` tool is exposed, allowing an agent to create/modify files within the allowed directory, which is an intended but powerful capability. The Calculator server is purely computational, using standard Python `math` functions and explicit arithmetic operations without `eval` or dynamic code execution, making it inherently safe. There are no obvious hardcoded secrets or network risks beyond standard MCP (stdin/stdout) communication. The `factorial` tool has a maximum input limit (n<=20) to prevent resource exhaustion.
Similar Servers
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
aws-sa-tools-mcp-server
A Model Context Protocol (MCP) server that provides tools to interact with AWS services and an optional vector store for document search, primarily designed for integration with Claude Desktop.
chuk-mcp-math-server
Provides a highly configurable, high-performance server for a wide range of mathematical computations via the Mathematical Computation Protocol (MCP).
unified-thinking
A Model Context Protocol (MCP) server that consolidates multiple cognitive thinking patterns into a single Go-based implementation with 85 specialized reasoning tools for enhanced problem-solving and AI integration.