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
{
"$schema": "./app/node_modules/oxfmt/configuration_schema.json",
"printWidth": 80,
"trailingComma": "es5",
"ignorePatterns": [
"docs/**",
"**/pnpm-lock.yaml",
"app/schema.graphql",
"**/__generated__/**",
"**/*.grammar",
"js/**/dist/**",
"js/**/build/**",
"js/docs/**",
"scripts/**/dist/**",
"scripts/**/dist-frontend/**",
"**/dist/**",
"**/CHANGELOG.md",
],
"experimentalSortImports": {
"newlinesBetween": false,
"groups": [
["value-builtin", "type-builtin"],
["value-external", "type-external"],
{ "newlinesBetween": true },
["value-internal", "type-internal"],
{ "newlinesBetween": true },
["type-parent", "value-parent"],
["type-sibling", "value-sibling"],
["type-index", "value-index"],
{ "newlinesBetween": true },
"side_effect",
"style",
"unknown",
],
"internalPattern": ["@phoenix/"],
},
"experimentalTailwindcss": {
"attributes": ["class", "className"],
"functions": ["clsx", "cn", "cva"],
},
"experimentalSortPackageJson": {
"sortScripts": true,
},
}