We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rusiaaman/wcgw'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"python.defaultInterpreterPath": ".venv/bin/python",
"mypy-type-checker.interpreter": [
".venv/bin/python"
],
"mypy.extraArguments": [
"--enable-incomplete-feature=NewGenericSyntax",
"--strict"
],
"mypy-type-checker.args": [
"--enable-incomplete-feature=NewGenericSyntax",
"--strict",
],
"editor.formatOnSave": true,
"editor.renderWhitespace": "selection",
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "always",
}
},
"python-envs.pythonProjects": []
}