Loading MCP server directory, please wait...
Self-hosted web research for MCP agents.
npx @getmcp/cli add io.github.MarcellM01/tinysearchRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MarcellM01/tinysearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_TRANSPORT",
"-e",
"TINYSEARCH_CONFIG_PATH",
"-e",
"SEARXNG_URL",
"docker.io/marcellm01/tinysearch:v0.3.2"
],
"env": {
"MCP_TRANSPORT": "",
"TINYSEARCH_CONFIG_PATH": "",
"SEARXNG_URL": ""
}
}
}
}