--- title: windsurf anonymous setup description: how to publish anonymously with windsurf slug: windsurf-anonymous ---
For quick notes and articles that don't need attribution:
In Windsurf, open your mcp_config.json
file.
Add this configuration to your mcp_config.json
file:
{
"alto-anonymous": {
"transport": "sse",
"serverUrl": "https://mcp.altonote.com/sse",
"disabledTools": [],
"disabled": false
}
}
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 fileWindsurf will return a link to your published note.