generated from Paul.Kim/tpl-superclaude
40 lines
747 B
JSON
40 lines
747 B
JSON
{
|
|
"mcpServers": {
|
|
"taskmaster-ai": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"--package=task-master-ai",
|
|
"task-master-ai"
|
|
],
|
|
"env": {}
|
|
},
|
|
"sequential-thinking": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
],
|
|
"env": {}
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
]
|
|
},
|
|
"magic": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@21st-dev/magic@latest",
|
|
"API_KEY=\"${MAGIC_API_KEY}\""
|
|
]
|
|
},
|
|
"context7": {
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp"
|
|
}
|
|
}
|
|
} |