Skip to content
Cursor

tinysearch for Cursor

io.github.marcellm01/tinysearch

Self-hosted web research for MCP agents.

client:Cursor transport:stdio runtime:oci

Install tinysearch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "tinysearch": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tinysearch in other clients