Cirvoy-Kiro MCP Integration MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "CIRVOY_BASE_URL=${CIRVOY_BASE_URL}" -e "CIRVOY_API_TOKEN=${CIRVOY_API_TOKEN}" -e "CIRVOY_PROJECT_ID=${CIRVOY_PROJECT_ID}" cirvoy-kiro -- npx -y @cirvoy/kiro-mcp
Required:CIRVOY_BASE_URLCIRVOY_API_TOKENCIRVOY_PROJECT_ID
README.md

Seamless task synchronization between Kiro IDE and Cirvoy project management.

Cirvoy-Kiro MCP Integration

šŸ”— Seamless task synchronization between Kiro IDE and Cirvoy project management.

šŸš€ Quick Start for Employees

Step 1: Get Your API Token

  1. Go to Cirvoy Settings → API Tokens
  2. Click "Generate Token"
  3. Give it a name (e.g., "My Laptop - Kiro IDE")
  4. 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-here with your actual token
  • 57 with 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 details
  • update_task - Update task status/priority
  • create_task - Create new task
  • list_tasks - List all project tasks
  • batch_update_tasks - Update multiple tasks

šŸ“ License

MIT


Made with ā¤ļø by WAI-Soft Team

Tools (5)

get_taskGet task details
update_taskUpdate task status/priority
create_taskCreate new task
list_tasksList all project tasks
batch_update_tasksUpdate multiple tasks

Environment Variables

CIRVOY_BASE_URLrequiredThe base URL for the Cirvoy API
CIRVOY_API_TOKENrequiredThe API token generated from Cirvoy settings
CIRVOY_PROJECT_IDrequiredThe ID of the Cirvoy project to sync with

Configuration

claude_desktop_config.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"}}}}

Try it

→List all tasks currently assigned to the project.
→Create a new task titled 'Fix authentication bug' with high priority.
→Get the details for task ID 101.
→Update the status of task 101 to 'Completed'.
→Batch update the priority of tasks 102 and 103 to 'Medium'.

Frequently Asked Questions

What are the key features of Cirvoy-Kiro MCP Integration?

Seamless task synchronization between Kiro IDE and Cirvoy. Direct task creation and management within the IDE. Support for batch updating multiple tasks. Per-workspace project configuration.

What can I use Cirvoy-Kiro MCP Integration for?

Developers managing project tickets without leaving their IDE. Teams needing to sync IDE workflows with Cirvoy project boards. Automating task status updates based on code changes.

How do I install Cirvoy-Kiro MCP Integration?

Install Cirvoy-Kiro MCP Integration by running: npx -y @cirvoy/kiro-mcp

What MCP clients work with Cirvoy-Kiro MCP Integration?

Cirvoy-Kiro MCP Integration works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Cirvoy-Kiro MCP Integration docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare