ai-test-process-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai-test-process-mcpgenerate a test plan draft for an e-commerce site with payment and login scope"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ai-test-process-mcp
AIによるテストプロセス支援MCPサーバー。
Phase 1(実装済み): テスト計画書(ISO/IEC/IEEE 29119-3準拠)のドラフト生成のみ。 将来構想: テスト設計・レビュー・品質ゲート・テストメトリクス・改善提案を段階的に追加。
セットアップ
npm install
npm run buildRelated MCP server: Des MCP Server Testing MCP Server
提供する機能
Resource: iso29119://test-plan/structure
ISO/IEC/IEEE 29119-3のテスト計画15章立て(Introduction〜Approvals)を構造化データ(JSON)として公開する。
Tool: generate_test_plan_draft
プロジェクト情報(projectName, scope は必須。objectives, risks, scheduleConstraints, team など任意項目)を入力すると、ISO29119の章立てに沿ったMarkdown形式のテスト計画書ドラフトを生成する。未入力の項目は _TBD — not provided by caller_ として明示される。
コマンド
npm run dev # tsc --watch
npm start # node dist/server.js(stdio transport)
npm test # vitest run
npm run inspect # build後、MCP Inspectorを起動して動作確認動作確認(CLI)
npx @modelcontextprotocol/inspector --cli node dist/server.js --method resources/list
npx @modelcontextprotocol/inspector --cli node dist/server.js --method tools/list
npx @modelcontextprotocol/inspector --cli node dist/server.js --method tools/call \
--tool-name generate_test_plan_draft \
--tool-arg projectName="ECサイト" \
--tool-arg scope="決済とログイン機能"実クライアントへの登録例(Claude Desktop / Claude Code)
{
"mcpServers": {
"ai-test-process-mcp": {
"command": "node",
"args": ["<repo-path>/dist/server.js"]
}
}
}将来機能の追加方法
新しい機能(テスト設計・レビュー・品質ゲート・テストメトリクス・改善提案)を追加する際は、以下のパターンに従う:
src/resources/<name>.ts— 必要な参照データ(構造化データ)を定義src/tools/<name>.ts— zod入力スキーマ + 純粋なレンダリング関数 +registerXxxTool()src/resources/index.ts/src/tools/index.tsにそれぞれ1行登録を追加test/<name>.test.tsでレンダリング関数を単体テスト
server.ts 本体は変更不要。プラグインローダーやレジストリのような抽象化は、モジュール数が増えて明示的な登録リストが煩雑になるまで導入しない。
詳細は AGENTS.md と docs/ai/project-overview.md を参照。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- 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/Hashi-Kazu/ai-test-process-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server