Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013
mcp-inspector-config.json536 B
{ "mcpServers": { "adr-analysis-server": { "command": "node", "args": ["dist/src/index.js"], "env": { "NODE_ENV": "development", "PROJECT_PATH": ".", "ADR_DIRECTORY": "docs/adrs", "LOG_LEVEL": "info" } }, "adr-analysis-server-test": { "command": "node", "args": ["dist/src/index.js", "--test"], "env": { "NODE_ENV": "test", "PROJECT_PATH": ".", "ADR_DIRECTORY": "docs/adrs", "LOG_LEVEL": "debug" } } } }

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/tosin2013/mcp-adr-analysis-server'

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