mcp-server

pornnewbee/mcp-server
★ 0 stars Python Code/Dev Tools Updated 3d ago
An MCP server.
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-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

MCP Shell Server v2 — an [MCP](https://modelcontextprotocol.io) (Model Context Protocol) server that exposes shell capabilities over HTTP. Built with the MCP Python SDK v2 (`MCPServer`). Listens on `127.0.0.1:6942`. - `run_command` — execute non-interactive shell commands and return stdout/stderr/exit code

Tools (1)

runner