{"id":23040417,"url":"https://github.com/phialsbasement/cmd-mcp-server","last_synced_at":"2025-08-22T13:08:00.140Z","repository":{"id":266568252,"uuid":"898719830","full_name":"PhialsBasement/CMD-MCP-Server","owner":"PhialsBasement","description":"MCP server for executing CMD commands. Can be hooked to claude for additional agentics.","archived":false,"fork":false,"pushed_at":"2025-02-14T07:43:44.000Z","size":72,"stargazers_count":17,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T02:42:35.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhialsBasement.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-04T22:53:15.000Z","updated_at":"2025-06-17T03:09:16.000Z","dependencies_parsed_at":"2025-02-14T08:24:11.984Z","dependency_job_id":"4ca9246e-ccf4-448d-b0b3-9bdb5ad580db","html_url":"https://github.com/PhialsBasement/CMD-MCP-Server","commit_stats":null,"previous_names":["phialsbasement/cmd-mcp-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhialsBasement/CMD-MCP-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FCMD-MCP-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FCMD-MCP-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FCMD-MCP-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FCMD-MCP-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhialsBasement","download_url":"https://codeload.github.com/PhialsBasement/CMD-MCP-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FCMD-MCP-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270478871,"owners_count":24590784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T19:00:54.349Z","updated_at":"2025-08-14T20:31:28.381Z","avatar_url":"https://github.com/PhialsBasement.png","language":"JavaScript","funding_links":[],"categories":["📦 Other","🤖 \u003ca name=\"system-automation\"\u003e\u003c/a\u003eSystem Automation","Command Line","Table of Contents"],"sub_categories":["How to Submit","Command Line"],"readme":"# CMD MCP Server\n\n[![smithery badge](https://smithery.ai/badge/server-cmd)](https://smithery.ai/server/server-cmd)\n![npm downloads](https://img.shields.io/npm/dt/server-cmd)\nA Model Context Protocol (MCP) server implementation for executing CMD commands on both Windows and Linux, as well as allowing SSH connections. This server allows you to integrate command-line operations with MCP-compatible applications.\n\n\u003ca href=\"https://glama.ai/mcp/servers/s83mqs6123\"\u003e\u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/s83mqs6123/badge\" alt=\"cmd-mcp-server MCP server\" /\u003e\u003c/a\u003e\n\n## Features\n\n- Execute CMD commands through MCP\n- TypeScript implementation\n- Built on the official MCP SDK\n- Cross-platform compatibility\n\n## Installation\n\n### Installing via Smithery\n\nTo install CMD Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/server-cmd):\n\n```bash\nnpx -y @smithery/cli install server-cmd --client claude\n```\n\n### Manual Installation\n```bash\nnpm install server-cmd\n```\n\n## Prerequisites\n\n- Node.js (v16 or higher recommended)\n- npm or yarn package manager\n\n## Usage\n\n```typescript\nimport { MCPCmdServer } from 'server-cmd';\n\n// Initialize the server\nconst server = new MCPCmdServer();\n\n// Start the server\nserver.start();\n```\n\n## Configuration\n\nThe server can be configured through environment variables or a configuration object:\n\n```typescript\nconst config = {\n  // Add your configuration options here\n};\n\nconst server = new MCPCmdServer(config);\n```\n\n## Development\n\nTo set up the development environment:\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/PhialsBasement/CMD-MCP-Server.git\ncd CMD-MCP-Server\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Build the project:\n```bash\nnpm run build\n```\n\n## Scripts\n\n- `npm run build` - Compile TypeScript to JavaScript\n- `npm run prepare` - Prepare the package for publishing\n\n## Dependencies\n\n- `@modelcontextprotocol/sdk`: ^1.0.1\n- `glob`: ^10.3.10\n- `zod-to-json-schema`: ^3.23.5\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Security\n\nPlease note that executing command-line operations can be potentially dangerous. Make sure to implement proper security measures and input validation when using this server in production environments.\n\n## Support\n\nFor issues and feature requests, please use the [GitHub issue tracker](https://github.com/PhialsBasement/CMD-MCP-Server/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphialsbasement%2Fcmd-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphialsbasement%2Fcmd-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphialsbasement%2Fcmd-mcp-server/lists"}