notifykit for VS Code
io.github.sathergate/notifykit
Unified notifications for Next.js. Multi-provider SMS, email, and push.
client:VS Code
transport:stdio
runtime:npm
Install notifykit in VS Code
.vscode/mcp.json
{
"servers": {
"notifykit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sathergate/notifykit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs