Back to MCP Servers
🔌

st3v3nmw/sourcerer-mcp

MITAPI key required

🏎️ ☁️ - MCP for semantic code search & navigation that reduces token waste

GoSearch

Install

npx -y st3v3nmw-sourcerer-mcp

Required environment variables

OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "st3v3nmw-sourcerer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "st3v3nmw-sourcerer-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.