Skip to content
FLORA DocsGo to app
Install

Zed

Add FLORA MCP to Zed via settings.json.

Zed calls MCP servers context servers. Add FLORA to your user settings.json.

Open the command palette (Cmd+Shift+P) → zed: open settings → add a context_servers entry:

{
"context_servers": {
"flora": {
"source": "custom",
"command": "npx",
"args": ["-y", "mcp-remote", "https://florafauna-ai.stlmcp.com/"]
}
}
}

Save the file. Zed picks up the change immediately.

Open the AI panel (Cmd+?) and ask:

List my FLORA Techniques.

mcp-remote opens a browser for OAuth on first use. Sign in to FLORA and approve. The token is cached in ~/.mcp-auth/.

Zed’s AI panel will show flora as a connected context server. The available tools appear in the slash-command menu and the agent picks them automatically when relevant.

Delete the flora entry from settings.json. To clear the cached OAuth token: rm -rf ~/.mcp-auth/flora. Revoke server-side in FLORA → Settings → Connected apps.