@agentpass/cli
v1.0.0
Published
Command-line interface for managing AgentPass MCP servers
Readme
AgentPass CLI
A command-line interface for interacting with the AgentPass platform, designed for developers who want to manage their MCP servers and tools.
Installation
npm install -g @agentpass/cliGetting Started
Authentication
Before using the CLI, you need to authenticate:
agentpass loginThis will open your browser and redirect you to the Google Sign-In page. After successfully signing in, you'll be redirected back to the CLI with your authentication token securely stored.
To check your authentication status:
agentpass statusTo log out:
agentpass logoutManaging MCP Servers
List Servers
agentpass server:listCreate a Server
Create a new empty server:
agentpass server:createCreate a server from an OpenAPI specification:
agentpass server:create --file path/to/openapi.yamlGet Server Details
agentpass server:get <serverId>Delete a Server
agentpass server:delete <serverId>Managing Tools
List Tools
agentpass tool:list <serverId>Get Tool Details
agentpass tool:get <serverId> <toolId>Analytics
Get Server Analytics
agentpass analytics:server <serverId>View analytics for the last 7 days:
agentpass analytics:server <serverId> --days 7License
MIT
