@patruff/server-terminator
v0.2.0
Published
MCP server for terminating files locally and remotely
Downloads
5
Readme
@patruff/server-terminator
An MCP server implementation for secure file termination from filesystem and git repositories.
Installation
npm install @patruff/server-terminatorConfiguration
After installing, add the server config to your MCP configuration file:
On Windows: %APPDATA%/Claude/claude_desktop_config.json
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"terminator": {
"command": "node",
"args": [
"node_modules/@patruff/server-terminator/dist/index.js"
]
}
}
}Features
- MCP-compliant server for file termination operations
- Secure file removal from filesystem
- Optional git removal support
- TypeScript implementation
- Built on Model Context Protocol
Development
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchDebugging
Use the MCP Inspector for debugging:
npm run inspectorContributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
