@oldjii/mcp-dock
MCP server package mcp-dock
Install
agr install @oldjii/mcp-dock --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "mcp-dock", "version": "1.3.1", "description": "MCP Dock - A beautiful desktop app for managing MCP servers", "author": { "name": "MCP Dock Team", "email": "mail@folay.top" }, "homepage": "https://github.com/OldJii/mcp-dock", "main": "dist/main/index.js", "scripts": { "dev": "concurrently "npm run dev:main" "npm run dev:renderer"", "dev:main": "tsc -p tsconfig.main.json --watch", "dev:renderer": "vite", "build": "npm run build:main && npm run build:renderer", "build:main": "tsc -p tsconfig.main.json", "build:renderer": "vite build", "start": "electron .", "electron:dev": "npm run build:main && concurrently -k "npm run dev:main" "npm run dev:renderer" "wait-on tcp:5173 && cross-env VITE_DEV_SERVER_URL=http://localhost:5173 electron ."", "package": "npm run build && electron-builder", "package:mac": "npm run build && electron-builder --mac", "package:win": "npm run build && electron-builder --win --x64", "package:linux": "npm run build && electron-builder --linux", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "@rjsf/core": "^6.2.5", "@rjsf/utils": "^6.2.5", "@rjsf/validator-ajv8": "^6.2.5", "@tanstack/react-query": "^5.17.0", "@types/react-syntax-highlighter": "^15.5.13", "electron-store": "^8.1.0", "fuse.js": "^7.0.0", "gray-matter": "^4.0.3", "i18next": "^23.7.0", "jsonc-parser": "^3.2.0", "mime-types": "^3.0.2", "node-fetch": "^3.3.2", "p-limit": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^14.0.0", "react-markdown": "^9.1.0", "react-router-dom": "^6.21.0", "react-syntax-highlighter": "^16.1.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "smol-toml": "^1.6.1", "zustand": "^4.4.0" }, "devDependencies": { "@types/node": "^20.10.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.16", "concurrently": "^8.2.0", "cross-env": "^10.1.0", "electron": "^28.0.0", "electron-builder": "^24.9.0", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", "terser": "^5.46.0", "typescript": "^5.3.0", "vite": "^5.0.0", "vitest": "^4.0.18", "wait-on": "^7.2.0" }, "build": { "appId": "com.mcp-dock.app", "productName": "MCP Dock", "publish": null, "directories": { "output": "release" }, "files": [ "dist//*", "build//*", "package.json" ], "mac": { "icon": "build/icon.icns", "category": "public.app-category.developer-tools", "target": [ { "target": "dmg", "arch": ["x64", "arm64"] }, { "target": "zip", "arch": ["x64", "arm64"] } ] }, "win": { "icon": "build/icon.ico", "target": [ { "target": "nsis", "arch": ["x64"] }, { "target": "portable", "arch": ["x64"] } ], "requestedExecutionLevel": "asInvoker" }, "nsis": { "oneClick": false, "perMachine": false, "allowToChangeInstallationDirectory": true, "deleteAppDataOnUninstall": false }, "linux": { "icon": "build/icon.png", "target": [ { "target": "AppImage", "arch": ["x64", "arm64"] }, { "target": "deb", "arch": ["x64", "arm64"] } ] } } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-8deb330b66ce2026-08-05