Skip to main content

One post tagged with "model-context-protocol"

View All Tags

Bridging Microsoft Spec Kit to Amazon Q Developer with MCP

· 6 min read
Akhan Zhakiyanov
Lead engineer
warning

This is just a workaround while waiting for native spec-kit support for Q Developer:

  1. Amazon Q Developer CLI Enhancement: PR #2799 was created to add custom prompt support
  2. 🚧 Spec Kit Implementation: PR #600 by Heejae Kim is implementing native Q Developer support

As outlined in GitHub's official announcement, developers can now use their AI tool of choice (Claude, Gemini, Cursor, Copilot, etc) for spec-driven development with GitHub's open source Spec Kit, but Q Developer users are left out of this unified experience.

We can address this missing piece with local stdio MCP server bridge while we wait for native support to land in Spec Kit.