Skip to main content
Open your Zed settings and add the server to the mcp section. See Zed MCP docs for more info. OpenNote runs locally. Ensure opennote is installed and available in your PATH.
{
  "context_servers": {
    "opennote": {
      "source": "custom",
      "command": "opennote",
      "args": ["mcp", "run"]
    }
  }
}

For common issues, see our Troubleshooting page.