Skip to content
Grok

Files for Grok

io.github.abhishekkumar2021/files

Sandboxed local filesystem: read, search, edit, copy, archive, and safely manage files.

client:Grok transport:stdio runtime:npm

Install Files in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "files": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@abhishekmcp/files"
      ],
      "env": {
        "FS_ROOTS": "<FS_ROOTS>",
        "FS_READONLY": "<FS_READONLY>"
      }
    }
  }
}

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

Files in other clients