We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/michaelahern/airthings-consumer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"eslint.format.enable": true,
"eslint.validate": [
"javascript",
"typescript",
"json",
"jsonc",
"markdown",
"yaml",
"github-actions-workflow"
],
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.tabSize": 4
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.tabSize": 4
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.tabSize": 2
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.tabSize": 2
},
"[markdown]": {
"editor.tabSize": 2
},
"[yaml]": {
"editor.tabSize": 2
},
"[github-actions-workflow]": {
"editor.tabSize": 2
}
}