Basic_MCP_Server

sridurgasambasivarao/Basic_MCP_Server
★ 0 stars Python Other Updated 4d ago
Using FastMCP
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": {
    "basic_mcp_server": {
      "command": "uvx",
      "args": [
        "basic-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install basic-mcp-server