stripekit for VS Code
io.github.rafaelcg/stripekit
Reconcile a declarative Stripe catalog and inspect your account — plan, push, pull, check.
client:VS Code
transport:stdio
runtime:npm
Install stripekit in VS Code
.vscode/mcp.json
{
"servers": {
"stripekit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stripekit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs