
hello mcp prompt
一个基于 MCP 协议的 AI 辅助设计文档生成工具。
Repository Info
About This Server
一个基于 MCP 协议的 AI 辅助设计文档生成工具。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Designdoc Helper 📝
Model Context Protocol (MCP) を使った設計文書テンプレート生成ツール
これは何?
プロジェクト名、タイプ、説明を入力するだけで、AIが設計文書のテンプレートを生成するMCPサーバーです。
使い方
ビルド
go build -o designdoc-helper .
設定
ビルド後、お使いのエディタやAIアシスタントのMCP設定ファイルを更新してください。
VS Code形式
.vscode/mcp.jsonなどに以下を追加:
{
"servers": {
"designdoc-helper": {
"type": "stdio",
"command": "<path-to>/designdoc-helper",
"description": "設計文書作成支援",
"enabled": true
}
}
}
その他のMCP対応エディタ/アシスタント
mcp.jsonまたは設定画面で以下のような形式を追加(エディタによって形式が異なります):
{
"mcpServers": {
"designdoc-helper": {
"command": "<path-to>/designdoc-helper",
"description": "設計文書作成/Design Doc をサポートするMCPプロンプト"
}
}
}
実行例
AIアシスタントに「プロジェクト○○の設計文書を作成して」などと指示すると、designdocプロンプトが使用されます。
パラメータ
| パラメータ | 説明 |
|---|---|
| project_name | プロジェクト名 |
| project_type | プロジェクトタイプ (web, mobile, library, api, cli, other) |
| description | プロジェクト説明 |
技術
- Go言語
- MCP-Go
ライセンス
MITライセンス
Quick Start
Clone the repository
git clone https://github.com/blck-snwmn/hello-mcp-promptInstall dependencies
cd hello-mcp-prompt
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.