qwen-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qwen-mcpinitialize a continuity memory project for my app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Qwen-MCP — All-in-One MCP Server & Continuity Memory
A comprehensive, token-optimized Model Context Protocol (MCP) server that equips AI agents (Claude, ChatGPT, Qwen Chat, Cursor, Antigravity, etc.) with local system capabilities and cross-session Continuity Memory.
Features
1. Continuity Memory Suite (Cross-AI Session Persistence)
Enables seamless handoffs across AI clients (Claude web, ChatGPT, Qwen Chat) when quotas run out mid-task:
memory_init: Initializes/loads project workspace under~/.continuity/projects/<project_id>/and returnsbriefing.md.memory_read: Readsbriefing(default), specificsection(architecture,todo,file-map,decisions), orfulldump.memory_update: Updates memory sections incrementally (replaceorappend).memory_log: Appends timestamped events to append-onlylog.jsonl.memory_compact: Deterministic server-side compaction of historical logs into structuredbriefing.md.memory_list: Lists all active projects and token estimates.memory_status: Token breakdown and client tracking.
2. Filesystem & Navigation
read_file: Read file contents with optional line range.write_file: Write/overwrite files with automatic parent directory creation.append_file: Append content to files.delete_file: Delete files safely.copy_file: Copy files with overwrite protection.list_directory: Tree-view directory listing with file sizes and directory counts.create_directory: Recursive directory creation.delete_directory: Safe directory deletion (recursive support).rename: Move or rename files/directories.get_file_info: Metadata (size, permissions, timestamps).file_exists: Check path existence and type.search_files: Search text patterns across files.find_files: Find files/directories by glob or regex.
3. Command Execution & System Monitoring
execute_command: Execute PowerShell (Windows) or Bash (Unix) commands with streaming logs and configurable timeouts (default 10 min).list_processes: List running processes with PIDs and memory usage.kill_process: Terminate processes by PID.list_active_ports: Inspect listening TCP network ports.get_system_info: Inspect CPU, RAM, OS, uptime, and disk usage.get_env/set_env: Read and update session environment variables.
4. Desktop & GUI Automation
take_screenshot: Capture PNG screenshots of active monitors.mouse_move/mouse_click: Coordinate-based cursor movement and clicking.keyboard_type: Simulated keystroke typing into active windows.read_clipboard/write_clipboard: System clipboard text access.send_notification: Native desktop notification alerts.http_request: Fetch APIs (GET, POST, PUT, DELETE, PATCH) with formatted responses.
5. Bundled Skills (MCP Prompts & Resources)
Bundles the
continuity-memoryskill directly inskills/continuity-memory/SKILL.md.Exposes skills over the MCP protocol as MCP Prompts (
continuity-memory) and MCP Resources (skill://continuity-memory).
Related MCP server: darkside-mcp
Quick Start
Installation
git clone https://github.com/YOUSEFISLAM-dev/qwen-mcp.git
cd qwen-mcp
npm install
npm run buildRunning
node dist/index.jsConfiguration
Environment Variable | Default | Description |
|
| Semicolon/comma separated allowed directory roots for filesystem tools (e.g. |
|
| Storage directory for Continuity Memory projects. |
|
|
|
Client Integration Examples
Qwen Chat / Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"qwen-mcp": {
"command": "node",
"args": ["C:/path/to/qwen-mcp/dist/index.js"],
"env": {
"ALLOWED_ROOT": "C:/Users/youse",
"LOG_LEVEL": "INFO"
}
}
}
}Testing
# Run test suite (69 tests across 12 suites)
npm test
# Build TypeScript
npm run buildLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA comprehensive MCP server that gives AI assistants full control over your desktop — monitor system resources, manage windows, capture screenshots, control the clipboard, launch applications, and more.MIT
- Alicense-qualityDmaintenanceAn MCP server that grants AI agents unrestricted file system, Python, and PowerShell access on Windows for real, unfiltered automation.1MIT
- AlicenseCqualityBmaintenanceAn MCP server offering hybrid memory recall and continuity tools for AI agents. It also provides a governance gateway that pre-approves risky shell/file/git actions before execution.19Apache 2.0
- Alicense-qualityCmaintenanceA lightweight MCP server that enables AI agents to seamlessly integrate with Windows, performing tasks like file navigation, application control, UI interaction, and QA testing.1MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YOUSEFISLAM-dev/qwen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server