Specif-ai MCP Server

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides installation and execution of the MCP server via Bun package manager and runtime, with specific commands for using bunx to run the server for improved performance.

  • Uses Mermaid diagrams to visualize installation options and usage flows for the MCP server.

  • Supports running the MCP server in Node.js environments with specific installation methods and version requirements.

@vj-presidio/specif-ai-mcp-server

Specif-aiの stdio 経由で MCP (Model Context Protocol) サーバーを実行する CLI ツール。

インストールと使用方法の概要

インストール

直接バイナリインストール(推奨)

インストール スクリプトを使用してバイナリを直接インストールできます。

# 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.3

MCPクライアント構成の例

最新バージョンの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統合

それぞれのセットアップ手順を参照してください

  1. クライン
  2. カーソル

プロジェクトパスの設定

サーバーが起動したら、 set-project-pathツールを使用してプロジェクトパスを設定できます。このツールは、仕様ファイルを含むディレクトリへのパスを受け付けます。パスを設定すると、サーバーはそのディレクトリからすべてのドキュメントを読み込みます。

ツールの使用例:

{ "name": "set-project-path", "arguments": { "path": "./path/to/project" } }

利用可能なツール

サーバーは、仕様書と対話するためのいくつかのツールを提供します。

ツール名説明
set-project-pathプロジェクトディレクトリのパスを設定または変更する
get-brdsビジネス要件ドキュメントを入手する
get-prds製品要件ドキュメントを入手する
get-nfrs非機能要件を取得する
get-uirsユーザーインターフェース要件を取得する
get-bpsビジネスプロセスドキュメントを取得する
get-user-stories特定のPRDのユーザーストーリーを取得する
get-tasks特定のユーザーストーリーのタスクを取得する
get-task特定のタスクの詳細を取得する

要件

バイナリインストールの場合:

  • curl (Unix) または PowerShell (Windows)
  • sudo アクセス (Unix、システム全体のインストール用)

パッケージ マネージャーのインストールの場合:

  • Node.js >= 16.0.0
  • Bun >= 1.0.0 (Bun ランタイムを使用している場合)

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

stdio 経由でモデル コンテキスト プロトコル サーバーを実行し、Specif-ai プラットフォームのビジネス要件、製品要件、ユーザー ストーリーなどの仕様ドキュメントとのやり取りを可能にする CLI ツール。

  1. Installation & Usage Overview
    1. Installation
      1. Direct Binary Installation (Recommended)
      2. Package Manager Installation
    2. Updates
      1. Example MCP Client Configuration
        1. Options
      2. Specifai MCP integration with popular IDE and extension
        1. Setting Project Path
        2. Available Tools
      3. Requirements
        1. License
          ID: 4au5codz9l