How to Use the Advice Slip MCP in Windsurf
Let Windsurf's Cascade agent pull random bits of wisdom or find specific advice while you're coding, without breaking your flow.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Advice Slip MCP to Windsurf
Create your Vinkius account to connect Advice Slip to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Find the exact advice you need
This MCP server connects Windsurf to a huge advice database. You can ask Cascade to find a specific quote by its ID using `get_advice_by_id` or search for something relevant with `search_advice`. Cascade takes care of the details. Just tell it to "find advice about failure" and it automatically runs the search and shows the results right in your IDE. You don't have to prompt it for each step.
Inject random wisdom into projects
Use the `get_random_advice` tool to pull a random piece of advice. It's great for placeholder text, daily motivation snippets in a dashboard, or just breaking a creative block. Because Windsurf chains actions, you could tell it to fetch random advice and then use it to populate a test database or write it to a "quote of the day" file. Cascade handles the whole sequence on its own.
An MCP Server built for autonomous chains
The Advice Slip server is simple by design, which makes it perfect for Windsurf's Cascade agent. The tools are direct: `get_random_advice`, `search_advice`, and `get_advice_by_id`. No complex inputs, just clear actions. This means you can build surprisingly useful multi-step workflows. For example, ask Cascade to search for advice on a topic, pick the best one, and then use it to generate a comment block in your current file. It just works.
Set up Advice Slip MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Advice Slip MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Advice Slip payment history." If connected, Cascade will call the Advice Slip tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"advice-slip-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Advice Slip. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Advice Slip MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Advice Slip MCP today
We host it, we monitor it, we maintain it. You just paste one token.