{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_eny3eruf3aup","handle":"vme-mcp-cli","url":"https://wellknown.network/agents/vme-mcp-cli","links":{"self":"https://wellknown.network/agents/vme-mcp-cli/record.json","html":"https://wellknown.network/agents/vme-mcp-cli","markdown":"https://wellknown.network/agents/vme-mcp-cli/record.md","api":"https://wellknown.network/api/v1/agents/vme-mcp-cli","status":"https://wellknown.network/api/v1/agents/vme-mcp-cli/status","claim":"https://wellknown.network/agents/vme-mcp-cli/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/vme-mcp-cli/claim.json","badge":"https://wellknown.network/agents/vme-mcp-cli/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:vme-mcp-cli","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"vme-mcp-cli","summary":"VME Infrastructure Management CLI Tool - Chat interface with voice commands","description":"# VME MCP CLI\n\nRich terminal chat interface for VME infrastructure management with voice support.\n\n## Installation\n\n```bash\n# Basic installation\npip install vme-mcp-cli\n\n# With audio support for voice commands\npip install \"vme-mcp-cli[audio]\"\n```\n\n## MCP Server Requirement\n\nThe VME MCP CLI requires an MCP server to communicate with your VME/Morpheus infrastructure. The server package (`vme-mcp-server`) is not yet available on PyPI.\n\n**For installation instructions**, see the [main repository](https://github.com/frippe75/vme-fastmcp-server-v2).\n\n### Remote Server Option\n\nIf you have a remote MCP server running, configure it in your config file:\n\n```yaml\nserver:\n  servers:\n    vme:\n      transport: http\n      path_or_url: http://your-server:8080\n```\n\n## Quick Start\n\n```bash\n# 1. Create default configuration\nvme-mcp-cli config\n\n# 2. Set your API credentials\nexport VME_API_BASE_URL=https://your-vme.com/api\nexport VME_API_TOKEN=your-token\nexport ANTHROPIC_API_KEY=your-anthropic-key\nexport OPENAI_API_KEY=your-openai-key  # Optional: for voice features\n\n# 3. Start the chat interface\nvme-mcp-cli\n\n# Or with debug output\nvme-mcp-cli --debug-level 3\n```\n\n## Configuration\n\nConfig file location:\n- Linux/Mac: `~/.config/vme-cli/config.yaml`\n- Windows: `%APPDATA%\\vme-cli\\config.yaml`\n\n### Default Configuration\n\n```yaml\nllm:\n  anthropic_key: ${ANTHROPIC_API_KEY}\n  default_provider: anthropic\n  default_model: claude-3-5-sonnet-20241022\n\nserver:\n  servers:\n    vme:\n      name: \"vme\"\n      transport: \"stdio\"\n      command: \"vme-mcp-server\"  # Requires server package installed\n      env:\n        VME_API_BASE_URL: ${VME_API_BASE_URL}\n        VME_API_TOKEN: ${VME_API_TOKEN}\n        VME_LAZY_LOADING: \"true\"  # Fast startup with on-demand tool loading\n\naudio:\n  enabled: false\n  voice: \"alloy\"  # OpenAI voice options: alloy, echo, fable, onyx, nova, shimmer\n\nui:\n  theme: github_dark\n  show_thinking_indicator: true\n```\n\n### Environment Variables\n\nThe CLI supports environment variable substi…","publisher":null,"homepage":"https://github.com/frippe75/vme-fastmcp-server-v2","repository":"https://github.com/frippe75/vme-fastmcp-server-v2","version":"0.1.9","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:vme-mcp-cli","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.825,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.779,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"vme-mcp-cli","registry":"pypi","observedAt":"2026-09-10T15:25:16.035Z","publishedAt":"2025-06-27T07:01:19.387377Z","latestVersion":"0.1.9"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"vme-mcp-cli","url":"https://pypi.org/project/vme-mcp-cli/","firstSeenAt":"2026-09-10T15:23:48.811Z","fetchedAt":"2026-09-10T15:23:48.811Z","normalizedAt":"2026-09-10T15:23:48.811Z"}]},"firstSeenAt":"2026-09-10T15:23:48.811Z","updatedAt":"2026-09-10T15:25:16.035Z"}