Skip to content
Zed

FAQai for Zed

app.faqai/mcp-server

Turn any document into a production-ready RAG dataset from Claude, Cursor, or any MCP host.

client:Zed transport:stdio runtime:npm

Install FAQai in Zed

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

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

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@faqai/mcp-server"
      ],
      "env": {
        "FAQAI_API_KEY": "<FAQAI_API_KEY>",
        "FAQAI_BASE_URL": "<FAQAI_BASE_URL>"
      }
    }
  }
}

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

FAQai in other clients