For quick notes and articles that don't need attribution:
Step 1: Open MCP Configuration
In Windsurf, open your mcp_config.json
file.
Step 2: Add Anonymous Server
Add this configuration to your mcp_config.json
file:
{
"alto-anonymous": {
"transport": "sse",
"serverUrl": "https://mcp.altonote.com/sse",
"disabledTools": [],
"disabled": false
}
}
Step 3: Refresh Connection
Click the refresh button in Windsurf to reload the MCP connection.
Step 4: Start Publishing
You can now use these commands in Windsurf:
publish "your content here"
- Publish text contentpublish @file
- Publish text content from the file
Windsurf will return a link to your published note.