From ed1fa33bf7d561d9144b55316cd628ed1c5c5de1 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 18 Dec 2025 09:02:25 -0500 Subject: [PATCH] Adding MCP server config. --- app-configs/ultima/mcpo/config.json.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-configs/ultima/mcpo/config.json.j2 diff --git a/app-configs/ultima/mcpo/config.json.j2 b/app-configs/ultima/mcpo/config.json.j2 new file mode 100644 index 0000000..9828e48 --- /dev/null +++ b/app-configs/ultima/mcpo/config.json.j2 @@ -0,0 +1,20 @@ +{ + "mcpServers": { + "context7": { + "type": "streamable-http", + "url": "http://context7-mcp:8000/mcp" + }, + "gitea": { + "type": "streamable-http", + "url": "http://gitea-mcp:8000/mcp" + }, + "searxng": { + "type": "streamable-http", + "url": "http://searxng-mcp:8000/mcp" + }, + "signoz": { + "type": "streamable-http", + "url": "http://signoz-mcp-server:8000/mcp" + } + } +}