We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sparesparrow/mcp-prompts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"id": "pylint-config-python-general-default",
"name": "pylint-config-python-general-default",
"description": "Default pylint configuration for Python general analysis",
"template": {
"project_type": "python",
"focus": "general",
"pylint_opts": [
"--output-format=json",
"--reports=n",
"--disable=C0103,C0114,C0115,C0116,R0913,R0914,R0915"
],
"success_count": 0,
"confidence": "low"
},
"category": "tool-config",
"tags": [
"python",
"pylint",
"general",
"default"
],
"version": "latest",
"createdAt": "2025-12-31T17:17:09.149Z",
"updatedAt": "2025-12-31T17:17:09.149Z",
"isLatest": true,
"metadata": {
"created": "2025-12-31T17:17:09.149Z",
"validation": "default_config",
"confidence": "low",
"tool": "pylint",
"project_type": "python"
},
"accessLevel": "public"
}