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" + } + } +}