We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yeison-liscano/demo_http_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.rulers": [100],
"editor.tabSize": 4,
"editor.defaultFormatter": "charliermarsh.ruff"
},
"mypy-type-checker.cwd": "/",
"ruff.configurationPreference": "filesystemFirst",
"ruff.organizeImports": true,
"ruff.lineLength": 100,
"mypy-type-checker.args": ["--explicit-package-bases", "--config-file", "mypy.ini"],
"python.testing.pytestArgs": [
"test",
"-vv"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false
}