Skip to main content
Glama

Debugg AI MCP

Official
by debugg-ai
test-config-example.jsonโ€ข3 kB
{ "mcpServers": { "debugg-ai-mcp": { "command": "node", "args": [ "dist/index.js" ], "env": { "DEBUGGAI_API_KEY": "your key here", "TEST_USERNAME_EMAIL": "test email here", "TEST_USER_PASSWORD": "test password here", "MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS": "true", "DEBUGGAI_LOCAL_PORT": 3000, "DEBUGGAI_LOCAL_REPO_NAME": "your repo name here", "DEBUGGAI_LOCAL_BRANCH_NAME": "your branch name here", "DEBUGGAI_LOCAL_REPO_PATH": "/Users/your username here/Documents/GitHub/your repo name here", "DEBUGGAI_LOCAL_FILE_PATH": "optional file path here" }, "options": {} }, "debugg-ai-mcp-live": { "command": "npx", "args": [ "-y", "@debugg-ai/debugg-ai-mcp" ], "env": { "DEBUGGAI_API_KEY": "your key here", "TEST_USERNAME_EMAIL": "test email here", "TEST_USER_PASSWORD": "test password here", "MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS": "true", "DEBUGGAI_LOCAL_PORT": 3000, "DEBUGGAI_LOCAL_REPO_NAME": "your repo name here", "DEBUGGAI_LOCAL_BRANCH_NAME": "your branch name here", "DEBUGGAI_LOCAL_REPO_PATH": "/Users/your username here/Documents/GitHub/your repo name here", "DEBUGGAI_LOCAL_FILE_PATH": "optional file path here" }, "options": {} }, "debugg-ai-mcp-docker-live": { "command": "docker", "args": [ "run", "-i", "--rm", "--init", "-e", "DEBUGGAI_API_KEY=your key here", "-e", "DEBUGGAI_LOCAL_PORT=3000", "-e", "DEBUGGAI_LOCAL_REPO_NAME=your repo name here", "-e", "DEBUGGAI_LOCAL_BRANCH_NAME=your branch name here", "-e", "DEBUGGAI_LOCAL_REPO_PATH=/Users/your username here/Documents/GitHub/your repo name here", "quinnosha/debugg-ai-mcp" ], "env": { "DEBUGGAI_API_KEY": "your key here", "TEST_USERNAME_EMAIL": "test email here", "TEST_USER_PASSWORD": "test password here", "MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS": "true", "DEBUGGAI_LOCAL_PORT": 3000, "DEBUGGAI_LOCAL_REPO_NAME": "your repo name here", "DEBUGGAI_LOCAL_BRANCH_NAME": "your branch name here", "DEBUGGAI_LOCAL_REPO_PATH": "/Users/your username here/Documents/GitHub/your repo name here", "DEBUGGAI_LOCAL_FILE_PATH": "optional file path here" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/debugg-ai/debugg-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server