Zed + Nitrosend MCP
Zed is a high-performance code editor with AI assistant support. Zed currently supports MCP servers via stdio transport — usemcp-remote to bridge the connection to Nitrosend’s HTTP server.
Setup
Step 1: Add the MCP server
Add to your Zed settings (Settings → Open Settings):Step 2: Sign in
On first tool call,mcp-remote opens your browser for Nitrosend sign-in. Log in or create a free account — no API key needed.
Step 3: Verify
In Zed’s AI assistant, ask:Alternative: API Key
If browser-based OAuth doesn’t work in your environment, use the stdio bridge with an API key:Example workflows
Troubleshooting
mcp-remote not found
mcp-remote not found
Make sure
npx is available in your PATH. You may need Node.js 18+ installed.OAuth window doesn't open
OAuth window doesn't open
mcp-remote launches a browser for auth. If your environment doesn’t support this, use the API key method instead.Zed’s native HTTP transport and OAuth support is in development. Once available, you’ll be able to connect directly without
mcp-remote.