tinysearch for Cline
io.github.marcellm01/tinysearch
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.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs