Specifai MCP Server
@presidio-oss
关于 Specifai MCP Server
MCP server to provide Specifai project requirements, task, etc. to any AI tools supporting MCP such as Hai Build, Cursor.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"specifai-mcp-server": {
"command": "npx",
"args": [
"--yes",
"@presidio-dev/specifai-mcp-server@latest"
]
}
}
}工具
13Get Business Requirement Documents
Get Product Requirement Documents
Get Non-Functional Requirements
Get User Interface Requirements
Get Business Process Documents
Get Test Case Documents
Get User Stories for a specific PRD
Get Tasks for a specific User Story
Get details of a specific Task
Set or change the project directory path
Get details of a specific Task by ID
List all available tasks
Full text search across all documents
概览
What is Specifai MCP Server?
Specifai MCP Server is a Model Context Protocol server that integrates with the Specifai project to allow any MCP-compatible AI tool to read and interact with specification documents generated by Specifai. It is tool-agnostic and currently exposes tools for reading Business Requirement Documents, Product Requirement Documents, Non-Functional Requirements, User Interface Requirements, Business Process Documents, Test Case Documents, User Stories, Tasks, and more.
How to use Specifai MCP Server?
Install using npx --yes @presidio-dev/specifai-mcp-server@latest and configure your MCP client with the command and arguments. Optionally place a .specifai-path file in your project root containing the absolute path to your Specifai project directory. The server provides tools such as get-brds, get-prds, get-nfrs, get-uirs, get-bpds, get-tcs, get-user-stories, get-tasks, get-task, set-project-path, get-task-by-id, list-all-tasks, and search.
Key features of Specifai MCP Server
- Read all specification documents generated by Specifai
- Tool‑agnostic – works with any MCP‑compatible AI tool
- Full‑text search across all specification documents
- Supports multiple IDEs: VS Code, Cursor, Windsurf, Zed, Hai Build, Amazon Q Developer
- Optional
.specifai-pathfile for persistent project directory configuration - Simple JSON configuration via
mcpServersblock
Use cases of Specifai MCP Server
- AI‑assisted code generation based on Business Requirement Documents (BRDs)
- Automated test case creation from Test Case Documents (TCs)
- User story and task breakdown for agile development workflows
- Querying non‑functional requirements during architecture discussions
- Searching across all specification documents for relevant information
FAQ from Specifai MCP Server
What are the runtime requirements for Specifai MCP Server?
Node.js version 16.0.0 or higher is required. Bun 1.0.0 or higher is optional if using the Bun runtime.
How does Specifai MCP Server know where my project specifications are?
Create a .specifai-path text file in your project root containing the absolute path to the directory where Specifai stored the specification documents. Optionally, you can use the set-project-path tool at runtime.
Which IDEs and extensions are supported for Specifai MCP Server?
Hai Build, Amazon Q Developer, VS Code (Copilot), Cursor, Windsurf, and Zed are all supported with documented configuration steps.
Is Specifai MCP Server stable for production use?
No, the server is currently experimental. Its functionality and available tools are subject to change as development continues.
What transport protocol does Specifai MCP Server use?
The server uses the stdio transport, as shown in the standard configuration examples (e.g., "type": "stdio" for VS Code).
开发工具 分类下的更多 MCP 服务器
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论