# PromptX
> **AI-native professional capability enhancement system** - Provides specialized roles, memory management, and knowledge systems for AI applications through MCP protocol
[äļæ](README.md) | **English** | [Issues](https://github.com/Deepractice/PromptX/issues)
## ð Quick Start - Direct AI Application Integration
### ð **MCP Standardized Integration**
# Configure MCP connection in AI applications (minimal setup)
#### **⥠Zero-Configuration Integration (Recommended)**
Add to your AI application's MCP configuration file:
```json
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": ["-y", "-f", "dpml-prompt@snapshot", "mcp-server"]
}
}
}
```
**ðŊ That's it!** PromptX automatically:
- â
**Intelligent workspace detection** - Automatically finds suitable workspace
- â
**Auto environment initialization** - No manual folder/config creation needed
- â
**Dynamic project adaptation** - Works seamlessly across different projects
#### **ð§ Advanced Configuration (Optional)**
For custom configurations:
```json
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": ["-y", "-f", "dpml-prompt@snapshot", "mcp-server"],
"env": {
"PROMPTX_WORKSPACE": "/your/custom/workspace/path"
}
}
}
}
```
### New to MCP? [Watch MCP Tutorial on BiliBili](https://www.bilibili.com/video/BV1HFd6YhErb)
##### ð§ Advanced Options:
- `PROMPTX_WORKSPACE`: Custom workspace path (optional, auto-detected by default)
##### ð Custom Workspace Path Formats
- **Windows**: `"D:\\username\\path\\your\\project"` (use double backslashes)
- **macOS/Linux**: `"/Users/username/path/your/project"`
#### **Supported AI Applications**
| Application | Status | Configuration | Notes |
|-------------|--------|---------------|-------|
| **Claude Desktop** | â
Official | Windows: `%APPDATA%\Claude\claude_desktop_config.json`
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` | Anthropic's official client with native MCP support |
| **Cursor** | â
Supported | MCP settings panel | Developer-friendly code editor |
| **Claude Code** | â
Supported | `/home/user/.claude.json` or `~/.claude.json` | Anthropic's official CLI tool with native MCP support, command-line AI programming assistant |
| **Windsurf** | â
Supported | IDE MCP panel | Codeium's AI-native IDE |
| **Cline** | â
Supported | VS Code plugin config | Powerful AI programming assistant |
| **Augment** | â
Supported | Desktop app config | AI-native code editor |
| **Trae** | â
Supported | IDE plugin config | AI-driven code generation tool |
| **éäđįĩį ** | ðĄ Planned | Alibaba Cloud IDE plugin | Alibaba's AI programming assistant |
| **Zed** | â
Supported | Config: `~/.config/zed/settings.json` | High-performance code editor |
| **Continue** | â
Supported | VS Code plugin config | VS Code AI assistant plugin |
| **Replit Agent** | ðĄ Experimental | Built into Replit platform | Online programming environment |
| **Jan** | ðĄ In Development | Local AI client | Privacy-first local AI assistant |
| **Ollama WebUI** | ðĄ Community | Third-party MCP adapter | Local model interface |
| **Open WebUI** | ðĄ Community | Plugin system | Open source AI interface |
| **įūåšĶ Comate** | ðĄ Planned | Baidu IDE plugin | Baidu's AI programming assistant |
| **č
ūčŪŊ CodeWhisperer** | ðĄ Planned | Tencent Cloud IDE | Tencent's AI programming tool |
> **Legend**:
> - â
**Official Support**: Native MCP protocol support
> - ðĄ **Experimental/Community Support**: Support through plugins or experimental features
> - More AI applications are integrating MCP protocol...
**ðŊ After configuration, your AI application gains 6 professional tools:**
- `promptx_init` - ðïļ System initialization
- `promptx_hello` - ð Role discovery
- `promptx_action` - ⥠Role activation
- `promptx_learn` - ð Knowledge learning
- `promptx_recall` - ð Memory retrieval
- `promptx_remember` - ðū Experience saving
ð **[Complete MCP Integration Guide](docs/mcp-integration-guide.md)**
### **ðļ Usage Effects After Configuration**
#### **ð Role Discovery and Activation**

*Step 1: Use `promptx_hello` to discover all available professional roles*

*Step 2: Use `promptx_action` to activate professional roles with complete capabilities*
#### **ð Intelligent Memory Management**

*Step 3: Use `promptx_remember` to save important information for intelligent recall*
> **âĻ Configuration Note**: After completing MCP configuration, your AI application will have all the above professional features. No additional learning required - just follow the interface prompts to enjoy professional AI services.
## â Star Growth Trend
[](https://star-history.com/#Deepractice/PromptX&Date)
### **Contributing Guidelines**
- ð **[Contributing Process](CONTRIBUTING.md)** - Detailed contribution guide and code standards
- ðŋ **[Branching Strategy](docs/BRANCHING.md)** - Branch management and release process
- ð **[Release Process](docs/RELEASE.md)** - Version management and release documentation
Join our technical community:
## ð License
MIT License - Making AI professional capabilities accessible
---
**ð Get Started Now: Launch PromptX MCP Server and enhance your AI application with professional capabilities!**
```