cli_project

parthasarma/cli_project
★ 0 stars Python Code/Dev Tools Updated today
Project for learning MCP Basic via implementing a CLI MCP Server and Client
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": {
    "cli_project": {
      "command": "uvx",
      "args": [
        "cli-project"
      ]
    }
  }
}

Or install with pip: pip install cli-project

README Excerpt

Project for learning MCP Basic via implementing a CLI MCP Server and Client