Allows you to standardize and centralize the way objects are constructed in your application
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dependency-injection": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dependency-injection"
]
}
}
}