From faab57dd28b5736ef2b53c1ba5e1ccfe1dfc2bb0 Mon Sep 17 00:00:00 2001 From: nhconganhmedia Date: Mon, 21 Sep 2026 10:20:55 +0700 Subject: [PATCH] docs(integrations): add MySpec Spec-Driven Development platform & MCP --- docs/reference/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md index 32310cf81f..c67bf23180 100644 --- a/docs/reference/integrations.md +++ b/docs/reference/integrations.md @@ -35,6 +35,7 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify | [Lingma](https://lingma.aliyun.com/) | `lingma` | Skills-based integration; skills are installed automatically | | [Mistral Vibe](https://github.com/mistralai/mistral-vibe) | `vibe` | | | [Muse Code](https://dev.meta.ai/docs/muse-code) | `muse` | Skills-based integration; installs skills into `.agents/skills` and invokes them as `/speckit-` | +| [MySpec](https://myspec.dev) | `myspec` | AI-native Spec-Driven Development platform generating standardized 4-file spec bundles (`constitution.md`, `requirements.md`, `solution.md`, `tasks.md`) with built-in MCP server support for Cursor and Claude. *(Free tier available)* | | [Oh My Pi](https://www.npmjs.com/package/@oh-my-pi/pi-coding-agent) | `omp` | Installs slash commands into `.omp/commands` | | [opencode](https://opencode.ai/) | `opencode` | | | [Pi Coding Agent](https://pi.dev) | `pi` | Pi doesn't have MCP support out of the box, so `taskstoissues` won't work as intended. MCP support can be added via [extensions](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#extensions) |