server.json•663 B
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.wonderwhy-er/desktop-commander",
  "title": "Desktop Commander",
  "description": "MCP server for terminal commands, file operations, and process management",
  "repository": {
    "url": "https://github.com/wonderwhy-er/DesktopCommanderMCP",
    "source": "github"
  },
  "version": "0.2.19",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@wonderwhy-er/desktop-commander",
      "version": "0.2.19",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}