MCP.so
Sign In

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.

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

13

Get Business Requirement Documents for this project, returns ID, Title, Description(not included by default)

Get Product Requirement Documents for this project, returns ID, Title, Description(not included by default), Ado Id (When PRD/US/Task is linked to ADO), Jira Id (When PRD/US/Task is linked to JIRA), PMO Id(when available), Ado Issue Type(when available), Jira Issue Type(when available), and LinkedBRDIds (when available)

Get Non-Functional Requirement Documents for this project, returns ID, Title, Description(not included by default)

Get User Interface Requirement Documents for this project

Get Business Process Documents for this project

Get Test Case Documents for this project

Get User Stories for a particular PRD

Get Tasks for a particular User Story

Get list of Tasks for a particular User Story in a particular PRD

Update the project path and reload the solution. use this tool only when we not automatically able to infer the project path or asked by the user or us., we will try to auto infer it from the environment first.

Retrieves complete information about a specific task when you know its exact ID. This tool provides direct access to a single task's details without having to retrieve and filter through all tasks., returns full task object, ID, Title, Description, Ado Id (When Task is linked to ADO), Jira Id (When Task is linked to JIRA), PMO Id(when available), Ado Issue Type(when available), Jira Issue Type(when available)

List all the tasks available across all PRDs and User Stories, without task description, only return ID, Title, Ado Id (When Task is linked to ADO), Jira Id (When Task is linked to JIRA), PMO Id(when available), Ado Issue Type(when available), Jira Issue Type(when available)

Search documents by text content or Pmo ID across all documents, returns document ID, Title, Description, Type, Ado Id (When PRD/US/Task is linked to ADO), Jira Id (When PRD/US/Task is linked to JIRA), PMO Id(when available), Ado Issue Type(when available), Jira Issue Type(when available)

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-path file for persistent project directory configuration
  • Simple JSON configuration via mcpServers block

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).

Frequently asked questions

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).

Comments

More Developer Tools MCP servers