loading…
Search for a command to run...
loading…
Enables seamless task synchronization between Kiro IDE and the Cirvoy project management platform. It provides tools to create, list, and update tasks directly
Enables seamless task synchronization between Kiro IDE and the Cirvoy project management platform. It provides tools to create, list, and update tasks directly within the IDE using the Model Context Protocol.
🔗 Seamless task synchronization between Kiro IDE and Cirvoy project management.
In your project folder, create .kiro/settings/mcp.json:
{
"mcpServers": {
"cirvoy-sync": {
"command": "npx",
"args": ["-y", "@cirvoy/kiro-mcp"],
"env": {
"CIRVOY_BASE_URL": "https://cirvoy.com/api/kiro",
"CIRVOY_API_TOKEN": "paste-your-token-here",
"CIRVOY_PROJECT_ID": "57"
}
}
}
}
Important: Replace:
paste-your-token-here with your actual token57 with your Cirvoy project ID (find it in the project URL: cirvoy.com/admin/projects/57)Close and reopen Kiro IDE. The MCP server will start automatically!
Each Kiro workspace can connect to a different Cirvoy project! Just use a different CIRVOY_PROJECT_ID in each workspace's .kiro/settings/mcp.json.
Once connected, you can use these MCP tools in Kiro:
get_task - Get task detailsupdate_task - Update task status/prioritycreate_task - Create new tasklist_tasks - List all project tasksbatch_update_tasks - Update multiple tasksMIT
Made with ❤️ by WAI-Soft Team
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cirvoy-kiro-mcp-integration": {
"command": "npx",
"args": []
}
}
}Read and write pages in your workspace
Issues, cycles, triage — from Claude
Search and read your Drive files
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).