@vj-presidio/specif-ai-mcp-server
Overview
@vj-presidio/specif-ai-mcp-server is a Command Line Interface (CLI) tool that runs a Model Context Protocol (MCP) server for Specif-ai, allowing users to manage and interact with specification documents.
To use the tool, you can install it via direct binary installation or through a package manager like npm or Bun. Once installed, you can run the server directly or use it without installation via npx or bunx.
- Supports multiple installation methods (binary or package manager) - Provides tools for managing specification documents - Allows setting project paths for document loading - Offers help and version information through command options
- Managing business requirement documents for software projects.
- Retrieving product requirement documents for development teams.
- Organizing user interface requirements for design purposes.
Add to your AI client
Use these steps to connect @vj-presidio/specif-ai-mcp-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"specif-ai-mcp-server-vj-presidio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-specif-ai-mcp-server-vj-presidio"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"specif-ai-mcp-server-vj-presidio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-specif-ai-mcp-server-vj-presidio"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"specif-ai-mcp-server-vj-presidio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-specif-ai-mcp-server-vj-presidio"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"specif-ai-mcp-server-vj-presidio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-specif-ai-mcp-server-vj-presidio"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"specif-ai-mcp-server-vj-presidio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-specif-ai-mcp-server-vj-presidio"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"specif-ai-mcp-server-vj-presidio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-specif-ai-mcp-server-vj-presidio"
]
}
}
}FAQ
What are the installation options?
You can install via direct binary installation or using npm/Bun package managers.
Can I run the server without installation?
Yes, you can use npx or bunx to run the server without installing it globally.
What tools are available in the server?
The server provides tools for setting project paths and retrieving various types of requirement documents.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1563,"uuid":"9967c6be-97ed-436c-b6cf-1585c6b4df60","name":"specif-ai-mcp-server","title":"@vj-presidio/specif-ai-mcp-server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/194114285?v=4","created_at":"$D2025-02-22T05:06:56.885Z","updated_at":"$D2025-02-23T07:21:17.692Z","status":"created","author_name":"vj-presidio","author_avatar_url":"https://avatars.githubusercontent.com/u/194114285?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/vj-presidio/specif-ai-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-25 15:07:27\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]