sdlc-workflow-mcp
sdlc-workflow-mcp
ローカルでの Copilot 使用のために、SDLC ワークフローツールの限定された架空データのスライスを公開する、スタンドアロンの stdio Model Context Protocol サーバーです。
出典:
Tingsum26/sdlc-agent-platformのseven-repo-split-baselineタグ(コミットbf48e15)から抽出。ソースパスはapps/workflow-mcpです。このリポジトリは、プラットフォーム BOM(docs/platform-bom.yaml)に記載されている 7 リポジトリ分割の 1 スライスです。
これは何か
限定された一連のワークフローツールを、HTTP 経由でローカルの Workflow Service にプロキシする TypeScript MCP サーバー(
stdioトランスポート)。すべてのフィクスチャは架空のものです(
example.invalid、REPO_A、DEMO-123、EPIC-DEMO-1、架空の ID)。このスライスには、モデルクライアント、認証情報、実際の会社データは一切含まれません。
これは何ではないか(登録済みギャップ)
プラットフォーム BOM に記載されている承認済みツールカタログの全体は、このスライスよりも大きいものです。このリポジトリが登録するのは、分割時点で apps/workflow-mcp の垂直スライスに実装されていたサブセットのみです(workflow tasks、internal-readiness、epic/ticket/repo-task、change-request、journey tools)。残りのカタログツールは、ここではなく、元のプラットフォーム BOM とその移行マップで追跡されます。
前提条件
Node.js >= 20.19.0
pnpm
ビルドとテスト
pnpm install
pnpm build
pnpm teststdio サーバーの起動
サーバーには Workflow Service の URL が必要で、stdio 経由で MCP 通信を行います:
pnpm install
pnpm build
WORKFLOW_SERVICE_URL=http://127.0.0.1:8080 node dist/index.js環境変数:
変数 | 必須 | 説明 |
| はい | ローカルの Workflow Service のベース URL(例: |
| いいえ | デモ用 ID。サービスホストがループバックの場合のみ許可されます。 |
起動失敗または設定不足の場合、サーバーは構造化された JSON 診断情報を stderr に書き込み、コード 2 で終了します。
構成
src/— MCP サーバー、API クライアント、診断、ツール登録。test/— ツール検出、相関 ID、監査可視性、安全なエラーマッピング、キャンセル、stderr の秘匿化をカバーする vitest スイート。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/Tingsum26/sdlc-workflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server