How to Use the GeekJoke MCP in Windsurf
Keep your Windsurf Cascade sessions light with instant programming humor pulled directly into your workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GeekJoke MCP to Windsurf
Create your Vinkius account to connect GeekJoke 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.
Inject humor into your workspace on demand
The `get_random_joke` tool fetches a programming-related joke to break up intense coding sessions. Cascade calls this endpoint autonomously when you ask for a quick mental break, reading your current workspace context to drop a joke right when you need it. We avoid dry terminal screens by letting your agent grab fresh jokes. The tool returns clean text strings that Cascade inserts into your active chat window without interrupting your build.
Pull live API statistics through this MCP Server
The `get_metadata` tool pulls the current schema version and usage metrics directly from the joke service. This lets Windsurf inspect the connection status and confirm the backend is responsive before you make any joke requests. Cascade uses this metadata to verify the endpoint is active during long-running tasks. You do not have to debug connection issues manually because your agent handles the health check behind the scenes.
Trigger jokes via POST requests autonomously
The `generate_random_joke` tool sends a POST request to retrieve a random joke for your agent to display. Cascade chains this action when configuring automated workspace greetings or custom terminal scripts. Your agent executes this process without asking for permission at every step. It handles the HTTP payload details, gets the joke, and formats the output instantly.
Set up GeekJoke 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 GeekJoke 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 GeekJoke payment history." If connected, Cascade will call the GeekJoke tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"geekjoke-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 GeekJoke. 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 GeekJoke MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GeekJoke MCP today
We host it, we monitor it, we maintain it. You just paste one token.