Self-hosted web research for MCP agents.
claude mcp add tinysearch -- docker run -i --rm docker.io/marcellm01/tinysearch:v0.3.2
claude_desktop_config.json
{
"mcpServers": {
"tinysearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinysearch:v0.3.2"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tinysearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinysearch:v0.3.2"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tinysearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinysearch:v0.3.2"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tinysearch": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinysearch:v0.3.2"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tinysearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinysearch:v0.3.2"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.MarcellM01--tinysearch/reviews or the review_server meta-tool.
POST /mcp