forked from MarcellM01/TinySearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
41 lines (41 loc) · 1.28 KB
/
Copy pathserver.json
File metadata and controls
41 lines (41 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MarcellM01/tinysearch",
"description": "Self-hosted web research for MCP agents.",
"version": "0.3.2",
"websiteUrl": "https://github.com/MarcellM01/TinySearch",
"repository": {
"url": "https://github.com/MarcellM01/TinySearch",
"source": "github",
"id": "1237429296"
},
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/marcellm01/tinysearch:v0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "MCP_TRANSPORT",
"description": "MCP transport to serve: stdio (default), sse, or streamable-http.",
"isRequired": false,
"isSecret": false
},
{
"name": "TINYSEARCH_CONFIG_PATH",
"description": "Path to a research_config.json inside the container, for overriding search/embedding defaults.",
"isRequired": false,
"isSecret": false
},
{
"name": "SEARXNG_URL",
"description": "SearXNG search endpoint URL. Only needed if not using the bundled Compose SearXNG service.",
"isRequired": false,
"isSecret": false
}
]
}
]
}