VaultPlane CLI

Coming Soon

The VaultPlane CLI will let you inspect, debug, and test MCP server connections from your terminal.

Planned Features

  • Inspect — Connect to any MCP server and list its tools, resources, and prompts.
  • Test — Call individual tools with test inputs and see the responses.
  • Debug — Proxy MCP connections and log every message between agent and server.
  • Search — Find and install MCP servers from the VaultPlane registry.
  • Config — Generate and validate Claude Desktop configuration files.

Preview

$ vaultplane inspect @modelcontextprotocol/server-github

Server: GitHub MCP Server
Version: 1.2.0
Transport: stdio

Tools (4):
  ├─ search_repositories    Search GitHub repositories
  ├─ get_file_contents      Read file contents from a repo
  ├─ create_issue           Create a new GitHub issue
  └─ list_pull_requests     List PRs for a repository

Resources (0)
Prompts (0)

Stay Updated

The CLI is currently in development. Subscribe to our newsletter or follow us on GitHub to get notified when it launches.

VaultPlane CLI | VaultPlane