Specifai MCP Server
@presidio-oss
About Specifai MCP Server
MCP server to provide Specifai project requirements, task, etc. to any AI tools supporting MCP such as Hai Build, Cursor.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"specifai-mcp-server": {
"command": "npx",
"args": [
"--yes",
"@presidio-dev/specifai-mcp-server@latest"
]
}
}
}Tools
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
Overview
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).
More Developer Tools MCP servers
Huoshan Test
volcengineMCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Comments