mcp-common-server

tamilts124/mcp-common-server
★ 0 stars JavaScript AI/LLM Updated 15d ago
A zero-dependency universal MCP (Model Context Protocol) server providing secure multi-root workspace mapping, synchronous command execution, and persistent background process monitoring over HTTP + SSE. Seamlessly connects Claude Web (claude.ai) and Desktop to local developer environments.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-common-server": {
      "command": "npx",
      "args": [
        "-y",
        "tamilts124/mcp-common-server"
      ]
    }
  }
}

README Excerpt

A high-performance, **zero-dependency** Model Context Protocol (MCP) server that gives AI models (like Claude Web, Claude Desktop, or custom developer agents) secure **read/write/exec** access to local files and directories over **HTTP + Server-Sent Events (SSE)**. It is designed to be tunneled via `ngrok` (or any HTTPS reverse proxy) so that the online **Claude Web Client (claude.ai)** can interact directly with your local workspace as a custom Integration/Connector.

Tools (8)

MCP_ALLOW_EXECMCP_AUTH_TOKENMCP_CMD_TIMEOUTMCP_IGNOREMCP_READ_ONLYMCP_ROOTSMCP_ROOT_DIRPORT