handrolled-mcp-server-python

Abilash-Sivasith/handrolled-mcp-server-python
★ 0 stars Python Other Updated today
Building an basic MCP server without any framework
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": {
    "handrolled-mcp-serve": {
      "command": "uvx",
      "args": [
        "handrolled-mcp-server-python"
      ]
    }
  }
}

Or install with pip: pip install handrolled-mcp-server-python