tinysearch for Cline
io.github.tinysuitehq/tinysearch
Fast discovery search and self-hosted web research for MCP agents.
client:Cline
transport:stdio
runtime:oci
Install tinysearch in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"tinysearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinysearch:v0.6.5"
],
"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>",
"OTEL_SERVICE_NAME": "<OTEL_SERVICE_NAME>",
"OTEL_EXPORTER_OTLP_ENDPOINT": "<OTEL_EXPORTER_OTLP_ENDPOINT>",
"OTEL_EXPORTER_OTLP_PROTOCOL": "<OTEL_EXPORTER_OTLP_PROTOCOL>",
"OTEL_EXPORTER_OTLP_HEADERS": "<OTEL_EXPORTER_OTLP_HEADERS>",
"OTEL_RESOURCE_ATTRIBUTES": "<OTEL_RESOURCE_ATTRIBUTES>",
"OTEL_TRACES_EXPORTER": "<OTEL_TRACES_EXPORTER>",
"OTEL_METRICS_EXPORTER": "<OTEL_METRICS_EXPORTER>",
"OTEL_SDK_DISABLED": "<OTEL_SDK_DISABLED>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs