cli

protowall/cli
★ 0 stars Python 🔌 API Integration Updated today
MCP server for managing ProtoWall projects, invites, and access from coding agents
View on GitHub →

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": {
      "command": "uvx",
      "args": [
        "cli"
      ]
    }
  }
}

Or install with pip: pip install cli

README Excerpt

CLI and MCP server for managing ProtoWall projects, invites, and access. ```bash pip install protowall ``` Or from source: ```bash git clone https://github.com/protowall/cli.git cd cli pip install . ``` Create an API key at [protowall.app/dashboard](https://protowall.app/dashboard/) and set it: ```bash

Tools (12)

PROTOWALL_API_KEYPROTOWALL_API_URLcreate_projectget_audit_logget_project_usageget_reviewer_engagementlist_projectslist_reviewer_sessionsrevoke_accessrotate_secretsend_invitesummarize_reviewer_session