We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•289 B
"""AIDB MCP Server Package.
Model Context Protocol (MCP) server exposing AI Debugger (aidb) debugging capabilities
to AI assistants through high-level, intent-based debugging tools.
Run via: python -m aidb_mcp
"""
from __future__ import annotations
__all__ = []
__version__ = "0.1.1"