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
mcp-client-cline.md•371 B
1. Install the Cline extension from the VS Code marketplace
1. Open Command Palette (`Cmd+Shift+P` on macOS, `Ctrl+Shift+P` on Windows/Linux)
1. Type "Cline: Open Settings"
1. Add the following MCP server configuration:
```json
{
"cline.mcpServers": {
"ai-debugger": {
"command": "python",
"args": ["-m", "aidb_mcp"]
}
}
}
```
5. Reload VS Code