Files
brain/user-level-files/mcp-user.template.json
T

17 lines
248 B
JSON
Raw Normal View History

{
"mcpServers": {
"magic": {
"type": "stdio",
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@21st-dev/magic@latest",
"API_KEY=<<MAGIC_API_KEY>>"
],
"env": {}
}
}
}