#!/usr/bin/env node
import { Command } from "commander";
// Phoenix CLI Main Logic
// This file contains the main CLI functionality
export function main() {
const program = new Command();
program
.name("px")
.description("A command-line interface for Phoenix")
.version("1.0.0");
program.parse();
}
// Run CLI if this file is executed directly
if (require.main === module) {
main();
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server