25 lines
435 B
TOML
25 lines
435 B
TOML
[mcp_servers.context7]
|
|
args = [
|
|
"-y",
|
|
"@upstash/context7-mcp",
|
|
"--api-key",
|
|
"ctx7sk-119cd4ab-8983-4229-8702-e84c59c34fc9",
|
|
]
|
|
command = "npx"
|
|
|
|
[mcp_servers.laravel-boost]
|
|
args = [
|
|
"artisan",
|
|
"boost:mcp",
|
|
]
|
|
command = "php"
|
|
|
|
[mcp_servers.playwright]
|
|
url = "https://playwright.test/mcp"
|
|
|
|
[mcp_servers.sequential-thinking]
|
|
args = [
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking",
|
|
]
|
|
command = "npx"
|