Kiro Integration
Connect Kiro's spec-driven coding agent to Siglata workspaces and tools.
Kiro brings structure to AI coding with spec-driven development and supports portable Agent Plugins out of the box.
Setup Instructions
Add Siglata to your Kiro Powers configuration (.kiro/powers.json):
{
"powers": ["@siglata/files"],
"mcp": {
"siglata": {
"url": "https://www.siglata.com/v1/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ${SIGLATA_API_KEY}"
}
}
}
}
How Kiro Uses Siglata
- Spec Verification: Kiro compares spreadsheet formulas against formal specifications before proposing changes.
- Continuous Documentation: Kiro updates architecture and metric documentation whenever spreadsheets are modified.
- Deterministic Workflows: Benefit from Kiro’s step-by-step review combined with Siglata’s transactional mutation model.