AI提示词库 MCP服务器

by enjoyzl

281 downloads
Not rated
GitHub

Description

# AI提示词库 MCP服务器 基于MCP协议的AI提示词库服务器,为软件开发全生命周期提供结构化提示词模板。支持MCP协议和HTTP REST API双重访问方式。 > 🆕 **新功能**: 现已支持多目录配置,可同时从多个目录加载模板文件! ## 🚀 快速开始 ```bash # 安装与启动 git clone https://XXX/mcp-server-prompts.git cd mcp-server-prompts npm install && npm run build # 启动服务 npm start # MCP服务器 npm run…

About

# AI提示词库 MCP服务器 基于MCP协议的AI提示词库服务器,为软件开发全生命周期提供结构化提示词模板。支持MCP协议和HTTP REST API双重访问方式。 > 🆕 **新功能**: 现已支持多目录配置,可同时从多个目录加载模板文件! ## 🚀 快速开始 ```bash # 安装与启动 git clone https://XXX/mcp-server-prompts.git cd mcp-server-prompts npm install && npm run build # 启动服务 npm start # MCP服务器 npm run start:http # HTTP服务器(端口3000) npm run…

Details

Author
enjoyzl
Downloads
281
Categories
Other

- 支持MCP协议和HTTP REST API两种接入方式
- 多目录配置,同时从多个目录加载模板
- 5个模板文件,共47.6KB,60+专业模板
- 覆盖需求→设计→开发→测试→部署全流程
- 智能融合直觉判断与系统分析,提供结构化输出
- 附带模板制作指南,支持自定义模板

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. 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.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

通过git clonenpm install && npm run build安装,然后npm start启动MCP服务器或npm run start:http启动HTTP服务器。支持通过环境变量TEMPLATE_DIR(单目录)或TEMPLATE_DIRS(多目录)配置模板加载路径,也可用--template-dirs命令行参数。MCP客户端可调用enhancePromptsearchTemplates等工具,HTTP客户端访问对应REST接口。

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-prompts": {
                "command": "node",
                "args": [
                    "dist/index.js",
                    "--template-dirs=./dir1,./dir2,./dir3"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-prompts": {
        "command": "node",
        "args": [
            "dist/index.js",
            "--template-dirs=./dir1,./dir2,./dir3"
        ]
    }
}

AI提示词库 MCP服务器

基于MCP协议的AI提示词库服务器,为软件开发全生命周期提供结构化提示词模板。支持MCP协议和HTTP REST API双重访问方式。

> 🆕 新功能: 现已支持多目录配置,可同时从多个目录加载模板文件!

🚀 快速开始

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.