File Systems
Trust: 25/100 (Limited)io.github.n0zer0d4y/vulcan-file-ops Guide
MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.
Quick Start
Install
npx @n0zer0d4y/vulcan-file-opsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-n0zer0d4y-vulcan-file-ops": {
"command": "npx",
"args": [
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}