vulcan file ops for Grok
io.github.n0zer0d4y/vulcan-file-ops
MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.
client:Grok
transport:stdio
runtime:npm
Install vulcan file ops in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vulcan-file-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/vulcan-file-ops"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs