Skip to content
Windsurf

Parseable for Windsurf

io.github.parseablehq/parseable-mcp-server

Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.

client:Windsurf transport:stdio runtime:npm

Install Parseable in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "parseable-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@parseable/parseable-mcp-server"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Parseable in other clients