Dependency Injection Setup
MCP Serverby willsigmon · Added 5mo ago
Claude
6
Install
git clone https://github.com/willsigmon/sigstackAdd to Claude
claude mcp add dependency-injection-setupQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"dependency-injection-setup": {
"command": "npx",
"args": [
"@modelcontextprotocol/dependency-injection-setup"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Add new services to DIContainer, create protocol-based implementations, set up singletons or factories for Leavn app dependency injection
Tags
developmentswiftrefactoringskill