Windsurf IDE Integration

Connect Reddit to Windsurf with MCP

Give Windsurf Cascade the ability to search real-world developer discussions, inspect community workarounds, and debug errors with live Reddit intelligence.

Windsurf MCP Configuration

Add to your ~/.codeium/windsurf/mcp_config.json file:

~/.codeium/windsurf/mcp_config.jsonJSON
{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["-y", "@subscraper/mcp"],
      "env": {
        "SUBSCRAPER_API_KEY": "sk-your-subscraper-api-key"
      }
    }
  }
}

Cascade Agent in Action

Windsurf Cascade automatically queries Reddit to find answers to complex compiler errors.

Prompt to Cascade

“Search r/rust for discussions on the latest tokio async drop bug and let me know if our connection pool implementation is affected.”

Cascade Agent Response
  • 1. Calls reddit_search(query="tokio async drop bug", subreddit="rust")
  • 2. Reads top responses with code snippets explaining the edge-case cancellation token.
  • 3. Validates against your workspace files and suggests a defensive refactor.

14 Available Tools

Exposed directly to Windsurf through standard MCP tool calling.

reddit_search

Search technical queries and discussions across programming communities.

reddit_get_post

Retrieve complete post body and threaded discussions for deep context.

reddit_get_community_posts

Fetch new and top submissions from subreddits like r/devops or r/rust.

reddit_get_community_details

Inspect community guidelines, rules, and member counts.

reddit_get_user_profile

Check user karma, bio, and credibility indicators.

reddit_get_user_posts

Browse a developer's submission history.

reddit_get_user_comments

Inspect specific technical comments and code snippets.

reddit_search_communities

Find developer communities matching new libraries and tools.

reddit_search_users

Find Reddit accounts by username.

reddit_get_comment_permalink

Retrieve specific comments with surrounding thread context.

reddit_get_popular

Track trending topics on r/popular in real time.

reddit_get_leaderboard

Monitor growing programming communities.

reddit_resolve_url_type

Classify any pasted Reddit URL.

reddit_explore

Explore categorized technical verticals.

Frequently Asked Questions

How do I configure MCP servers in Windsurf?

In Windsurf, open Cascade settings or edit the mcp_config.json file (located in ~/.codeium/windsurf/mcp_config.json) to add the subscraper-reddit server configuration.

Can Windsurf Cascade use Reddit tools autonomously?

Yes. Cascade will automatically determine when external Reddit context is needed to troubleshoot third-party API deprecations or tricky library setup instructions.

Does SubScraper require proxy configuration in Windsurf?

No. All residential proxy rotation and Reddit rate-limit mitigation happen automatically on SubScraper's backend servers.

Equip Windsurf with live Reddit intelligence.

Get 30 free requests and configure your Windsurf MCP server in seconds.

Start Free