We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
rules:
- id: disable-importlib-resources-compat
languages: [python]
message: "This rule is intentionally disabled."
severity: INFO
pattern: import importlib.resources
metadata:
python_min_version: "3.12"