MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.
claude mcp add vulcan-file-ops -- npx -y @n0zer0d4y/vulcan-file-ops
claude_desktop_config.json
{
"mcpServers": {
"vulcan-file-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"vulcan-file-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vulcan-file-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"vulcan-file-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"vulcan-file-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.n0zer0d4y--vulcan-file-ops/reviews or the review_server meta-tool.
POST /mcp