Initial MCP servers documentation
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# MCP Servers for Open WebUI
|
||||
|
||||
**Deployed:** 2026-07-15
|
||||
**Status:** Live on app1 (152.53.36.131)
|
||||
**Docker compose:** /root/docker/litellm/docker-compose.yml
|
||||
|
||||
## Fleet
|
||||
|
||||
| MCP | Port | Tools | Description |
|
||||
|---|---|---|---|
|
||||
| Super Search | :8899 | 10 | Web search, extract, news, academic, images, lookup |
|
||||
| Browser | :8901 | 5 | Screenshots, JS execute, click, extract, browse |
|
||||
| Filesystem | :8900 | 5 | List, read, write, search, create dir |
|
||||
| Email | :8902 | 3 | Send, inbox, search |
|
||||
| Git/Gitea | :8903 | 4 | List repos, search, browse, read files |
|
||||
|
||||
## Architecture
|
||||
|
||||
All MCPs run as Docker services alongside LiteLLM on app1, sharing the `litellm-net` network.
|
||||
Wired into Open WebUI via `tool_server.connections` in SQLite.
|
||||
|
||||
## Recovery
|
||||
|
||||
```bash
|
||||
cd /root/docker/litellm && docker compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user