Files
vibe-kanban/crates/executors/default_mcp.json
Gabriel Gordon-Hall 4c5be4e807 feat: one click installation for popular MCP servers (#657)
* backend configuration

* frontend

* fmt

* adapt remote config

* lock

* opencode adapter
2025-09-10 10:39:45 +01:00

44 lines
1.0 KiB
JSON

{
"vibe_kanban": {
"command": "npx",
"args": [
"-y",
"vibe-kanban",
"--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/user-guide/vibe-kanban-mcp-server",
"icon": "viba-kanban-favicon.png"
},
"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"
}
}
}