dependency-injection (MCP Server)

GitHub

Allows you to standardize and centralize the way objects are constructed in your application

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dependency-injection": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dependency-injection"
      ]
    }
  }
}