MCP Servers / development / MCP CLI

MCP CLI

JSON →
stdionone1,977development

A command-line interface for interacting with Model Context Protocol servers.

Install
How to run this server
[ { "cmd": "npx @playwright/mcp@latest", "imports": [] } ]
server path: mcp-cli
Tools
What this server exposes
plan_create_and_execute
Creates and executes a multi-step tool call plan during conversation
/memory
Visualize VM state during conversations — page table, working set utilization, eviction metrics, TLB stats
/memory page
Export page content to local files with modality-aware extensions
/plan
Create, inspect, and execute reproducible tool call graphs — create, list, show, run, delete, resume
/plan resume
Resume interrupted plans
/health
Server health monitoring command
/usage
Token usage tracking per-turn and cumulative
/tokens
Alias for /usage command
/cost
Alias for /usage command
/sessions
Save/load/list conversation sessions with auto-save every 10 turns
/export
Export conversations as Markdown or JSON with metadata
/attach
Stage files for the next message — images, text/code, and audio
/file
Alias for /attach command
/image
Alias for /attach command
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
envANTHROPIC_API_KEY
envAZURE_OPENAI_API_KEY
envGEMINI_API_KEY
envGROQ_API_KEY
envLOCALAI_API_KEY
envMYPROXY_API_KEY
envBRAVE_API_KEY
Resources
MCP CLI — MCP Server · libregistry