AI提示词库 MCP服务器
Description
# AI提示词库 MCP服务器 基于MCP协议的AI提示词库服务器,为软件开发全生命周期提供结构化提示词模板。支持MCP协议和HTTP REST API双重访问方式。 > 🆕 **新功能**: 现已支持多目录配置,可同时从多个目录加载模板文件! ## 🚀 快速开始 ```bash # 安装与启动 git clone https://XXX/mcp-server-prompt-ts.git cd mcp-server-prompt-ts npm install && npm run build # 启动服务 npm start # MCP服务器 npm…
About
# AI提示词库 MCP服务器 基于MCP协议的AI提示词库服务器,为软件开发全生命周期提供结构化提示词模板。支持MCP协议和HTTP REST API双重访问方式。 > 🆕 **新功能**: 现已支持多目录配置,可同时从多个目录加载模板文件! ## 🚀 快速开始 ```bash # 安装与启动 git clone https://XXX/mcp-server-prompt-ts.git cd mcp-server-prompt-ts npm install && npm run build # 启动服务 npm start # MCP服务器 npm run start:http # HTTP服务器(端口3000) npm run…
Details
- Author
- enjoyzl
- Downloads
- 319
- Categories
- Other
Jump to
- 支持MCP协议和HTTP REST API双重访问
- 多目录配置,可从多个目录加载模板文件
- 提供60+专业模板,总容量47.6KB
- 模板采用Markdown格式,支持占位符和结构化分析
- 覆盖需求→设计→开发→测试→部署全流程
- 包含Java Spring Boot、Dubbo、MySQL等技术栈模板
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AI提示词库 MCP服务器Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
克隆仓库后执行npm install && npm run build,使用npm start启动MCP服务器,或npm run start:http启动HTTP服务器(端口3000)。通过环境变量TEMPLATE_DIRS或命令行参数--template-dirs配置多个模板目录。在Cursor IDE的JSON配置中设置mcpServers即可集成。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ai\u63d0\u793a\u8bcd\u5e93 mcp\u670d\u52a1\u5668": {
"mcp-server-prompt-ts": {
"command": "node",
"args": [
"dist/index.js",
"--template-dirs=./dir1,./dir2,./dir3"
]
}
}
}
}
McpServers
{
"mcp-server-prompt-ts": {
"command": "node",
"args": [
"dist/index.js",
"--template-dirs=./dir1,./dir2,./dir3"
]
}
}
AI提示词库 MCP服务器
基于MCP协议的AI提示词库服务器,为软件开发全生命周期提供结构化提示词模板。支持MCP协议和HTTP REST API双重访问方式。
> 🆕 新功能: 现已支持多目录配置,可同时从多个目录加载模板文件!
🚀 快速开始
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



