Specif-ai MCP Server
@vj-presidio/specif-ai-mcp-server
Specif-ai 에 대한 stdio를 통해 MCP(모델 컨텍스트 프로토콜) 서버를 실행하는 CLI 도구입니다.
설치 및 사용 개요
지엑스피1
Related MCP server: Task API Server
설치
직접 바이너리 설치(권장)
설치 스크립트를 사용하여 바이너리를 직접 설치할 수 있습니다.
# Unix (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/install.sh | sh
# Install specific version
curl -fsSL https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/install.sh | sh -s -- -v 1.2.3# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/install.ps1 | iex
# Install specific version
iwr -useb https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/install.ps1 | iex -v 1.2.3또는 릴리스 페이지에서 플랫폼에 맞는 바이너리를 수동으로 다운로드하세요.
패키지 관리자 설치
npm 사용하여 전역적으로 설치할 수 있습니다.
# Latest version
npm install -g @vj-presidio/specif-ai-mcp-server@latest
# Specific version
npm install -g @vj-presidio/specif-ai-mcp-server@1.2.3또는 bun 사용하여:
# Latest version
bun install -g @vj-presidio/specif-ai-mcp-server@latest
# Specific version
bun install -g @vj-presidio/specif-ai-mcp-server@1.2.3업데이트
업데이트를 확인하려면:
# Unix (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/update.sh | sh -s -- -c
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/update.ps1 | iex -c최신 버전으로 업데이트하려면:
# Unix (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/update.sh | sh
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/update.ps1 | iex특정 버전으로 업데이트하려면:
# Unix (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/update.sh | sh -s -- -v 1.2.3
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/vj-presidio/specif-ai-mcp-server/main/update.ps1 | iex -v 1.2.3MCP 클라이언트 구성 예
최신 버전의 npx 사용하여:
{
"specif-ai": {
"command": "npx",
"args": ["--yes", "@vj-presidio/specif-ai-mcp-server@latest"],
"disabled": false,
"autoApprove": []
}
}특정 버전의 npx 사용하여:
{
"specif-ai": {
"command": "npx",
"args": ["--yes", "@vj-presidio/specif-ai-mcp-server@1.2.3"],
"disabled": false,
"autoApprove": []
}
}최신 버전의 bunx 포함:
{
"specif-ai": {
"command": "bunx",
"args": ["@vj-presidio/specif-ai-mcp-server@latest"],
"disabled": false,
"autoApprove": []
}
}특정 버전의 bunx 포함:
{
"specif-ai": {
"command": "bunx",
"args": ["@vj-presidio/specif-ai-mcp-server@1.2.3"],
"disabled": false,
"autoApprove": []
}
}직접 바이너리 또는 패키지 관리자 글로벌 설치:
{
"specif-ai": {
"command": "specif-ai-mcp-server",
"args": [],
"disabled": false,
"autoApprove": []
}
}옵션
--help,-h: 도움말 정보를 표시합니다.--version: 버전 정보 표시
인기 있는 IDE 및 확장 프로그램과의 특정 MCP 통합
각각의 설정 지침을 참조하세요.
프로젝트 경로 설정
서버가 실행되면 set-project-path 도구를 사용하여 프로젝트 경로를 설정할 수 있습니다. 이 도구는 사양 파일이 있는 디렉터리 경로를 입력받습니다. 경로를 설정하면 서버는 해당 디렉터리의 모든 문서를 로드합니다.
도구 사용 예시:
{
"name": "set-project-path",
"arguments": {
"path": "./path/to/project"
}
}사용 가능한 도구
서버는 귀하의 사양 문서와 상호 작용하기 위한 여러 도구를 제공합니다.
도구 이름 | 설명 |
| 프로젝트 디렉토리 경로를 설정하거나 변경합니다. |
| 비즈니스 요구 사항 문서 받기 |
| 제품 요구 사항 문서 받기 |
| 비기능적 요구 사항 가져오기 |
| 사용자 인터페이스 요구 사항 가져오기 |
| 비즈니스 프로세스 문서 가져오기 |
| 특정 PRD에 대한 사용자 스토리 가져오기 |
| 특정 사용자 스토리에 대한 작업 가져오기 |
| 특정 작업에 대한 세부 정보 가져오기 |
요구 사항
바이너리 설치의 경우:
curl(Unix) 또는 PowerShell(Windows)
sudo 액세스(Unix, 시스템 전체 설치용)
패키지 관리자 설치:
노드.js >= 16.0.0
Bun >= 1.0.0(Bun 런타임을 사용하는 경우)
특허
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA 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.35
- FlicenseCqualityDmaintenanceA 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.411
- AlicenseBqualityDmaintenanceA 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.1197ISC
- Alicense-qualityCmaintenanceA 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.34157MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doso/specif-ai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server