--- title: windsurf setup description: how to connect windsurf to your altonote account slug: windsurf ---
For articles and notes attributed to your Altonote account:
In Windsurf, open your mcp_config.json
file.
Go to altonote.com/settings and find the "Windsurf Setup" section.
Copy the JSON configuration that looks like this:
{
"alto": {
"transport": "sse",
"serverUrl": "https://mcp.altonote.com/your-unique-id/sse",
"disabledTools": [],
"disabled": false
}
}
Paste the configuration into your mcp_config.json
file.
Click the refresh button in Windsurf to reload the MCP connection.
You can now use these commands in Windsurf:
publish "your content here"
- Publish text contentpublish @file
- Publish text content from the filenotes
- List your existing noteswhoami
- Check your connection status