What is the io.github.n0zer0d4y/vulcan-file-ops MCP server?
MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.
How to install io.github.n0zer0d4y/vulcan-file-ops
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vulcan-file-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vulcan-file-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vulcan-file-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vulcan-file-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}Claude Code
claude mcp add vulcan-file-ops -- npx -y @n0zer0d4y/vulcan-file-opsRelated MCP servers
AI tech lead for coding agents with validation and impact analysis
View repository →Modular MCP server for dynamic prompt generation and software development analysis tools
View repository →