forked from Nixius/authelia
1
0
Fork 0
ATLAS/.cursor/mcp.json

12 lines
193 B
JSON

{
"mcpServers": {
"stripe": {
"command": "sh",
"args": [
"-c",
"set -a && [ -f .env ] && . ./.env; set +a; exec npx -y @stripe/mcp@latest"
]
}
}
}