Cirvoy-Kiro MCP Integration
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cirvoy-Kiro MCP Integrationlist all tasks for this project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cirvoy-Kiro MCP Integration
🔗 Seamless task synchronization between Kiro IDE and Cirvoy project management.
🚀 Quick Start for Employees
Step 1: Get Your API Token
Click "Generate Token"
Give it a name (e.g., "My Laptop - Kiro IDE")
Copy the token (you won't see it again!)
Step 2: Setup in Kiro IDE
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-herewith your actual token57with your Cirvoy project ID (find it in the project URL:cirvoy.com/admin/projects/57)
Step 3: Restart Kiro IDE
Close and reopen Kiro IDE. The MCP server will start automatically!
🎯 Multiple Projects?
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.
🛠️ Available Tools
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 tasks
📝 License
MIT
Made with ❤️ by WAI-Soft Team
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WAI-Soft/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server