MCP.so
登录

Promptx

@Deepractice

关于 Promptx

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

Deepractice

提交者

Sean

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "promptx": {
      "command": "npx",
      "args": [
        "-y",
        "-f",
        "dpml-prompt@snapshot",
        "mcp-server"
      ]
    }
  }
}

工具

6

🏗️ [环境初始化锦囊] 初始化PromptX工作环境,创建配置目录,准备专业能力增强系统

👋 [角色发现锦囊] 让AI浏览专业角色库(产品经理、Java开发者、设计师等),当需要专业能力时使用,引导角色激活

⚡ [专家变身锦囊] 让AI获得指定专业角色的思维模式和核心能力,即时变身领域专家,开始提供专业服务

📚 [专业深化锦囊] 让AI学习特定领域的思维模式和执行模式(如敏捷开发、产品设计),强化当前专家角色能力

🔍 [经验检索锦囊] 让AI从专业记忆库中检索相关经验和最佳实践,当需要基于历史经验工作时使用

💾 [知识积累锦囊] 让AI将重要经验和专业知识保存到记忆库,构建可复用的专业知识体系,供未来检索应用

概览

What is Promptx?

Promptx is a native professional capability enhancement system for AI applications that integrates with Claude Desktop and other AI apps via the MCP (Model Context Protocol). It provides professional roles, memory management, and knowledge organization for AI assistants.

How to use Promptx?

Configure Promptx by adding a JSON entry to your AI application's MCP configuration file with npx -y -f dpml-prompt@snapshot mcp-server as the command. For custom workspace paths, set the PROMPTX_WORKSPACE environment variable. After configuration, the AI app gains six specialized tools: promptx_init, promptx_hello, promptx_action, promptx_learn, promptx_recall, and promptx_remember.

Key features of Promptx

  • Zero-configuration setup via npx command
  • Six professional MCP tools for role management and memory
  • Smart workspace detection and automatic initialization
  • Supports multiple AI applications including Claude Desktop, Cursor, Windsurf
  • Role discovery and activation with promptx_hello and promptx_action
  • Knowledge learning, memory recall, and experience saving

Use cases of Promptx

  • Activate specialized professional roles in AI chat applications
  • Save and recall important information across conversation sessions
  • Organize project-specific knowledge for AI-assisted development
  • Enhance code editors like Cursor and Windsurf with role-based capabilities
  • Build consistent AI behavior through experience saving and retrieval

FAQ from Promptx

What AI applications support Promptx?

Claude Desktop, Cursor, Windsurf, Cline, Augment, Trae, Zed, Continue are officially supported. Replit Agent, Jan, Ollama WebUI, Open WebUI are experimental/community supported. Tongyi Lingma, Baidu Comate, Tencent CodeWhisperer are planned.

How do I configure a custom workspace path?

Set the PROMPTX_WORKSPACE environment variable in the MCP configuration. Use double backslashes on Windows (e.g., D:\\username\\path\\your\\project) and forward slashes on macOS/Linux (e.g., /Users/username/path/your/project).

What tools does Promptx provide after configuration?

It provides six tools: promptx_init (system initialization), promptx_hello (role discovery), promptx_action (role activation), promptx_learn (knowledge learning), promptx_recall (memory retrieval), and promptx_remember (experience saving).

Where is the MCP configuration file for Claude Desktop?

On Windows: %APPDATA%\Claude\claude_desktop_config.json. On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. For other apps, see their respective configuration panels.

What is the license for Promptx?

Promptx is distributed under the MIT License.

评论

其他 分类下的更多 MCP 服务器