Skip to content

Commit 9e16162

Browse files
committed
Add --port flag to serve over http.
1 parent 2743fdc commit 9e16162

5 files changed

Lines changed: 248 additions & 123 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ The setup command will:
130130
- Configure Claude's desktop app
131131
- Add MCP servers to Claude's config if needed
132132

133+
### Option 6: Running as a http server
134+
135+
1. Clone the repository using `git clone https://github.com/wonderwhy-er/DesktopCommanderMCP.git`.
136+
2. Run the server using `npx . --port 7777` (or whichever port number you prefer).
137+
133138
### Updating Desktop Commander
134139

135140
When installed through npx (Option 1) or Smithery (Option 3), Desktop Commander will automatically update to the latest version whenever you restart Claude. No manual update process is needed.
@@ -376,7 +381,7 @@ This project extends the MCP Filesystem Server to enable:
376381
Created as part of exploring Claude MCPs: https://youtube.com/live/TlbjFDbl5Us
377382

378383
## DONE
379-
- **20-05-2025 v0.1.40 Release** - Added audit logging for all tool calls, improved line-based file operations, enhanced edit_block with better prompting for smaller edits, added explicit telemetry opt-out prompting
384+
- **20-05-2025 v0.1.40 Release** - Added audit logging for all tool calls, improved line-based file operations, enhanced edit_block with better prompting for smaller edits, added explicit telemetry opt-out prompting
380385
- **05-05-2025 Fuzzy Search Logging** - Added comprehensive logging system for fuzzy search operations with detailed analysis tools, character-level diffs, and performance metrics to help debug edit_block failures
381386
- **29-04-2025 Telemetry Opt Out through configuration** - There is now setting to disable telemetry in config, ask in chat
382387
- **23-04-2025 Enhanced edit functionality** - Improved format, added fuzzy search and multi-occurrence replacements, should fail less and use edit block more often
@@ -407,7 +412,7 @@ The following features are currently being explored:
407412
<div align="center">
408413
<h3>📢 SUPPORT THIS PROJECT</h3>
409414
<p><strong>Desktop Commander MCP is free and open source, but needs your support to thrive!</strong></p>
410-
415+
411416
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 10px; margin: 20px 0; border: 2px solid #007bff;">
412417
<p>Our philosophy is simple: we don't want you to pay for it if you're not successful. But if Desktop Commander contributes to your success, please consider contributing to ours.</p>
413418
<p><strong>Ways to support:</strong></p>

0 commit comments

Comments
 (0)