local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
MCP Server
MCP (Message Control Protocol) Server is a shell command execution server that runs in a Windows environment. It supports PowerShell, CMD, and GitBash shells, and is optimized for use in a Japanese environment.
Features
- Multiple shell support : PowerShell, CMD, GitBash
- Full support for Japanese environments : UTF-8/UTF-16LE encoding processing
- Command processing with special characters : Supports special characters such as pipeline (|) and semicolon (;)
- Improved file search function : Japanese file names are supported
install
Copy
How to use
Starting the Server
Copy
Or using PM2:
Copy
test
You can run the test script to verify the functionality:
Copy
development
The project implements three phases of improvements:
- Phase 1 : Basic functionality implementation
- Phase 2 : Increase buffer size, add dependencies
- Phase 3 : Japanese environment support, special character processing, file search function improvement
license
MIT License