filesystem for Grok
io.github.fieldcure/filesystem
Secure MCP server for sandboxed filesystem operations with document parsing support.
client:Grok
transport:stdio
runtime:nuget
Install filesystem in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"filesystem": {
"type": "stdio",
"command": "dnx",
"args": [
"FieldCure.Mcp.Filesystem",
"--yes"
]
}
}
}
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