Skip to content
Zed

apple-fm-mcp for Zed

io.github.sophiacave/apple-fm-mcp

Apple Foundation Models on-device. Generate, summarize, classify via Apple Intelligence.

client:Zed transport:stdio runtime:pypi

Install apple-fm-mcp in Zed

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

{
  "context_servers": {
    "apple-fm-mcp": {
      "command": "uvx",
      "args": [
        "apple-fm-mcp"
      ]
    }
  }
}

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

apple-fm-mcp in other clients