> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysemoia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zed

> Manual configuration for Zed Editor

Open your Zed settings and add the server to the `mcp` section.

See [Zed MCP docs](https://zed.dev/docs/mcp) for more info.

OpenNote runs locally. Ensure `opennote` is installed and available in your PATH.

```json theme={null}
{
  "context_servers": {
    "opennote": {
      "source": "custom",
      "command": "opennote",
      "args": ["mcp", "run"]
    }
  }
}
```

***

*For common issues, see our [Troubleshooting](/support#troubleshooting) page.*
