@vj-presidio/specif-ai-mcp-server
A CLI tool that runs an MCP (Model Context Protocol) server over stdio for Specif-ai.
Installation & Usage Overview
Installation
Direct Binary Installation (Recommended)
You can install the binary directly using our installation script:
or manually download the binary for your platform from the Releases page.
Package Manager Installation
You can install globally using npm
:
Or using bun
:
Updates
To check for updates:
To update to the latest version:
To update to a specific version:
Example MCP Client Configuration
with npx
with latest version:
with npx
with specific version:
with bunx
with latest version:
with bunx
with specific version:
with direct binary or package manager global installation:
Options
--help
,-h
: Display help information--version
: Display version information
Specifai MCP integration with popular IDE and extension
See the setup instructions for each
Setting Project Path
Once the server is running, you can set the project path using the set-project-path
tool. This tool accepts a path to the directory containing your specification files. After setting the path, the server will load all documents from that directory.
Example tool usage:
Available Tools
The server provides several tools for interacting with your specification documents:
Tool Name | Description |
---|---|
set-project-path | Set or change the project directory path |
get-brds | Get Business Requirement Documents |
get-prds | Get Product Requirement Documents |
get-nfrs | Get Non-Functional Requirements |
get-uirs | Get User Interface Requirements |
get-bps | Get Business Process Documents |
get-user-stories | Get User Stories for a specific PRD |
get-tasks | Get Tasks for a specific User Story |
get-task | Get details of a specific Task |
Requirements
For binary installation:
- curl (Unix) or PowerShell (Windows)
- sudo access (Unix, for system-wide installation)
For package manager installation:
- Node.js >= 16.0.0
- Bun >= 1.0.0 (if using Bun runtime)
License
MIT
通过 stdio 运行模型上下文协议服务器的 CLI 工具,支持与 Specif-ai 平台的规范文档(如业务需求、产品需求和用户故事)进行交互。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated -33
- AsecurityFlicenseAqualityA Model Context Protocol implementation that provides a standardized interface for task management, supporting both STDIO mode for CLI/AI applications and HTTP+SSE mode for browser-based clients.Last updated -48
- AsecurityFlicenseAqualityA Model Context Protocol server that captures and manages stdout logs through named pipes, making application output available for querying and debugging in AI tools like Cursor IDE.Last updated -15205
- -securityAlicense-qualityA powerful executable server for running Model Context Protocol services that supports tool chain execution, multiple MCP services management, and a pluggable tool system for complex automation workflows.Last updated -6772MIT License