FusionSearch MCP
by zhizhishu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | 容器内 FusionSearch 监听端口 | |
| LOG_DIR | No | FusionSearch 日志目录,默认 ./logs | ./logs |
| SPACE_ID | No | 允许 /admin 回写 Secrets 的 Space ID 的别名 | |
| GROK_MODEL | No | 默认 Grok 模型 | |
| ADMIN_TOKEN | No | 管理页登录口令 | |
| HF_ENDPOINT | No | Hugging Face Hub 地址,默认 https://huggingface.co | https://huggingface.co |
| HF_SPACE_ID | No | 允许 /admin 回写 Secrets 的 Space ID,例如 <你的HF用户名>/fusionsearch-mcp | |
| GROK_API_KEY | No | Grok API Key | |
| GROK_API_URL | No | OpenAI-compatible Grok /v1 地址 | |
| UWSGI_THREADS | No | 兼容旧 LibreSearch 的 uWSGI threads 数 | |
| UWSGI_WORKERS | No | 兼容旧 LibreSearch 的 uWSGI workers 数 | |
| API_MASTER_KEY | No | 内置 Search-2api 的 Bearer Token | |
| HF_WRITE_TOKEN | No | 允许 /admin 调 Hugging Face API 替换 Space Secrets 的写入 token | |
| MCP_AUTH_TOKEN | No | MCP Bearer Token | |
| SESSION_SECRET | No | session cookie 签名密钥 | |
| TAVILY_API_KEY | No | 官方 Tavily REST API Key | |
| TAVILY_API_URL | No | 官方 Tavily REST API URL,默认 https://api.tavily.com | https://api.tavily.com |
| TAVILY_ENABLED | No | 是否启用 Tavily | |
| TAVILY_MCP_URL | No | 第三方 Tavily MCP/Hikari 地址 | |
| GRANIAN_WORKERS | No | 官方 LibreSearch 镜像的 Granian 并发 worker 数 | |
| SEARCH_ENDPOINT | No | LibreSearch /search API 地址 | |
| TAVILY_PROVIDER | No | Tavily 提供方式:rest 或 mcp;未设置时默认 REST,检测到 Hikari/MCP token 时自动使用 MCP | rest |
| SEARCH_SH_COOKIE | No | 内置 Search-2api 调 search.sh 的完整 Cookie header | |
| TAVILY_MCP_TOKEN | No | 第三方 Tavily MCP Bearer Token | |
| FIRECRAWL_API_KEY | No | Firecrawl API Key | |
| FIRECRAWL_API_URL | No | Firecrawl API URL | |
| FUSIONSEARCH_PORT | No | Compose 对外端口,默认 1666 | 1666 |
| SEARCH_SH_API_KEY | No | 外置 Search-2api Bearer Token | |
| ADMIN_AUTH_ENABLED | No | 是否启用 Admin Token | |
| GROK_SYSTEM_PROMPT | No | 注入给 Grok 的 system prompt | |
| SITE_GATE_PASSWORD | No | 公网 Spaces 保护密码 | |
| RUNTIME_CONFIG_PATH | No | 运行配置保存路径 | |
| TAVILY_HIKARI_TOKEN | No | Hikari Bearer Token 兼容别名(与 TAVILY_MCP_TOKEN 同义) | |
| TAVILY_MCP_MAP_TOOL | No | 第三方 MCP map 工具名覆盖 | |
| GRANIAN_PROCESS_NAME | No | LibreSearch 运行进程名,默认 fusionsearch-libre | fusionsearch-libre |
| SEARCH_SH_USER_AGENT | No | 内置 Search-2api 调 search.sh 的 User-Agent | |
| TAVILY_MCP_SEARCH_TOOL | No | 第三方 MCP search 工具名覆盖 | |
| SEARCH_SH_CHAT_ENDPOINT | No | 外置 Search-2api chat completions 地址 | |
| TAVILY_MCP_EXTRACT_TOOL | No | 第三方 MCP extract 工具名覆盖 | |
| GRANIAN_BLOCKING_THREADS | No | 官方 LibreSearch 镜像的 Granian 阻塞线程数 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhizhishu/hf-share'
If you have feedback or need assistance with the MCP directory API, please join our Discord server