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/oxlint/configuration_schema.json",
"plugins": ["typescript"],
"rules": {
"no-console": "error",
"import/no-duplicates": "error",
"typescript/no-explicit-any": "error",
"typescript/no-require-imports": "error",
"typescript/no-import-type-side-effects": "error",
"typescript/prefer-ts-expect-error": "error",
"typescript/consistent-return": "error",
"typescript/consistent-type-imports": "error",
"typescript/no-unsafe-type-assertion": "error",
// "eslint/no-shadow": "warn",
"eqeqeq": ["error", "smart"],
"eslint/prefer-const": "error",
"eslint/no-implicit-conversion": [
"error",
{
"boolean": false,
"number": true,
"string": false
}
],
"typescript/prefer-reduce-type-parameter": "error",
"typescript/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
},
"ignorePatterns": ["**/dist/**", "**/build/**", "**/node_modules/**"]
}