45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"vibe_kanban": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"vibe-kanban@latest",
|
|
"--mcp"
|
|
]
|
|
},
|
|
"context7": {
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
"headers": {
|
|
"CONTEXT7_API_KEY": "YOUR_API_KEY"
|
|
}
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
]
|
|
},
|
|
"meta": {
|
|
"vibe_kanban": {
|
|
"name": "Vibe Kanban",
|
|
"description": "Create, update and delete Vibe Kanban tasks",
|
|
"url": "https://www.vibekanban.com/docs/integrations/vibe-kanban-mcp-server",
|
|
"icon": "favicon-vk-light.svg"
|
|
},
|
|
"context7": {
|
|
"name": "Context7",
|
|
"description": "Fetch up-to-date documentation and code examples",
|
|
"url": "https://github.com/upstash/context7",
|
|
"icon": "mcp/context7logo.png"
|
|
},
|
|
"playwright": {
|
|
"name": "Playwright",
|
|
"description": "Browser automation with Playwright",
|
|
"url": "https://github.com/microsoft/playwright-mcp",
|
|
"icon": "mcp/playwright_logo_icon.svg"
|
|
}
|
|
}
|
|
}
|
|
|