thats-me/.mcp.json
2026-03-06 13:56:20 +01:00

27 lines
No EOL
670 B
JSON

{
"mcpServers": {
"laravel-boost": {
"command": "sh",
"args": [
"-c",
"cd /workspace/backend && php artisan boost:mcp"
]
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp",
"--api-key",
"ctx7sk-119cd4ab-8983-4229-8702-e84c59c34fc9"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}