We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pouyanafisi/project-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSameLine": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"overrides": [
{
"files": "*.md",
"options": {
"parser": "markdown",
"proseWrap": "preserve",
"printWidth": 120,
"tabWidth": 2
}
},
{
"files": "*.yaml",
"options": {
"parser": "yaml",
"tabWidth": 2
}
}
]
}