Skip to content

mcp file processor for Zed

io.github.intelagentstudios/mcp-file-processor

Text extraction, keyword extraction, language detection, and chunking for RAG

client:Zed transport:stdio runtime:npm

Install mcp file processor in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-file-processor": {
      "command": "npx",
      "args": [
        "-y",
        "@intelagent/mcp-file-processor"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp file processor in other clients