Skip to content
Windsurf

tinysearch for Windsurf

io.github.marcellm01/tinysearch

Self-hosted web research for MCP agents.

client:Windsurf transport:stdio runtime:oci

Install tinysearch in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tinysearch": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/marcellm01/tinysearch:v0.4.0"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "TINYSEARCH_CONFIG_PATH": "<TINYSEARCH_CONFIG_PATH>",
        "SEARXNG_URL": "<SEARXNG_URL>",
        "TINYSEARCH_EMBEDDING_BACKEND": "<TINYSEARCH_EMBEDDING_BACKEND>",
        "TINYSEARCH_EMBEDDING_MODEL": "<TINYSEARCH_EMBEDDING_MODEL>"
      }
    }
  }
}

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

tinysearch in other clients