Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"adr-context": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/src/mcp-servers/adr-context.js"
],
"env": {
"ORG_NAME": "alldigitalrewards",
"GITHUB_TOKEN": "${GITHUB_TOKEN}",
"OPENAI_API_KEY": "${OPENAI_API_KEY}",
"SWAGGERHUB_URL": "https://api.swaggerhub.com/apis/AllDigitalRewards/Marketplace/2.2"
}
}
}
}Replace placeholder values for: GITHUB_TOKEN, OPENAI_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeORG_NAME=alldigitalrewardsGITHUB_TOKEN=${GITHUB_TOKEN}OPENAI_API_KEY=${OPENAI_API_KEY}SWAGGERHUB_URL=https://api.swaggerhub.com/apis/AllDigitalRewards/Marketplace/2.2