local-mcp-server
by fancier21
Overview
Provides a local backend server primarily for development environments like Zed and Cursor, enabling custom calculations or context-aware features.
Installation
No command providedSecurity Notes
A full security audit is not possible without inspecting the contents of `run.sh`, `main.py`, and `main-calculation.py`. Running arbitrary local scripts (especially `run.sh`) always carries inherent risk as they can execute any command on the host system. The server likely binds to a local port for IPC with development tools, limiting external network exposure but not removing local execution risks.
Similar Servers
atlantis-mcp-server
An MCP (Model Context Protocol) server for hosting and managing dynamic Python functions and third-party MCP tools, enabling AI agents to discover and utilize shared capabilities across a network.
mcp-servers
A foundational Python project providing basic components and utilities for building modular server-like applications.
chrono-mcp
Chronos-MCP acts as a local-first MCP server that indexes terminal and browser history for AI assistants, enabling instant recall and context awareness.
dev-workflow-mcp-server
Enforce development workflow discipline by guiding developers through a sequence of best practices (testing, documentation, commit, release) using an MCP (Model Context Protocol) server.