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
installation.md•294 B
Install AI Debugger via pip:
```bash
pip install ai-debugger-inc
```
For the latest development version:
```bash
git clone https://github.com/ai-debugger-inc/aidb.git
cd aidb
pip install -e .
```
:::{tip}
We recommend using a virtual environment to avoid conflicts with other packages.
:::