feat: add FreeCAD and Rommie MCP server configurations and deployment playbooks
This commit is contained in:
@@ -27,13 +27,14 @@ anythingllm_rel: master
|
||||
athena_rel: main
|
||||
athena_mcp_rel: main
|
||||
argos_rel: master
|
||||
arke_rel: master
|
||||
arke_rel: main
|
||||
angelia_rel: master
|
||||
kairos_rel: master
|
||||
kairos_mcp_rel: master
|
||||
spelunker_rel: master
|
||||
mcp_switchboard_rel: master
|
||||
kernos_rel: master
|
||||
rommie_rel: master
|
||||
# PyPI release version (no 'v' prefix) - https://pypi.org/project/open-webui/
|
||||
openwebui_rel: 0.8.3
|
||||
pulseaudio_module_xrdp_rel:
|
||||
@@ -52,6 +53,7 @@ neo4j_mcp_url: http://circe.helu.ca:22034/mcp
|
||||
nike_mcp_url: http://puck.incus:22031/mcp
|
||||
korax_mcp_url: http://korax.helu.ca:22021/mcp
|
||||
rommie_mcp_url: http://caliban.incus:22031/mcp
|
||||
freecad_mcp_url: http://caliban.incus:22082/mcp
|
||||
|
||||
# Monitoring and Logging (internal endpoints on Prospero)
|
||||
loki_url: http://prospero.incus:3100/loki/api/v1/push
|
||||
@@ -95,7 +97,7 @@ smtp_from_name: "Ouranos"
|
||||
|
||||
# Release directory paths
|
||||
github_dir: ~/gh
|
||||
repo_dir: ~/dv
|
||||
repo_dir: ~/git
|
||||
rel_dir: ~/rel
|
||||
|
||||
# Vault Variable Mappings
|
||||
|
||||
@@ -6,7 +6,9 @@ services:
|
||||
- alloy
|
||||
- caliban
|
||||
- docker
|
||||
- freecad_mcp
|
||||
- kernos
|
||||
- rommie
|
||||
|
||||
# Account Taxonomy
|
||||
# principal_user is the AI agent operator account on this host
|
||||
@@ -16,6 +18,27 @@ principal_uid: 1000
|
||||
# Alloy
|
||||
alloy_log_level: "warn"
|
||||
|
||||
# Rommie MCP Server Configuration (Agent S GUI Automation)
|
||||
rommie_port: 22031
|
||||
rommie_host: "0.0.0.0"
|
||||
rommie_display: ":10"
|
||||
rommie_allowed_hosts: "caliban.incus"
|
||||
rommie_model: "Qwen3-VL-30B-A3B-Instruct-UD-Q5_K_XL.gguf"
|
||||
rommie_model_url: "http://nyx.helu.ca:22078"
|
||||
rommie_provider: "openai"
|
||||
rommie_ground_provider: "huggingface"
|
||||
rommie_ground_url: "http://pan.helu.ca:22078"
|
||||
rommie_ground_model: "UI-TARS-7B-DPO-Q6_K_L.gguf"
|
||||
rommie_grounding_width: 1024
|
||||
rommie_grounding_height: 1024
|
||||
|
||||
# FreeCAD Robust MCP Server Configuration
|
||||
freecad_mcp_user: harper
|
||||
freecad_mcp_group: harper
|
||||
freecad_mcp_directory: /srv/freecad-mcp
|
||||
freecad_mcp_port: 22082
|
||||
freecad_mcp_version: "0.5.0"
|
||||
|
||||
# Kernos MCP Shell Server Configuration
|
||||
kernos_user: harper
|
||||
kernos_group: harper
|
||||
|
||||
@@ -131,6 +131,11 @@ haproxy_backends:
|
||||
backend_port: 22081
|
||||
health_path: "/chat"
|
||||
|
||||
- subdomain: "mnemosyne"
|
||||
backend_host: "puck.incus"
|
||||
backend_port: 23181
|
||||
health_path: "/ready/"
|
||||
|
||||
- subdomain: "nextcloud"
|
||||
backend_host: "rosalind.incus"
|
||||
backend_port: 22083
|
||||
|
||||
@@ -32,6 +32,10 @@ casdoor:
|
||||
hosts:
|
||||
titania.incus:
|
||||
|
||||
freecad_mcp:
|
||||
hosts:
|
||||
caliban.incus:
|
||||
|
||||
kernos:
|
||||
hosts:
|
||||
caliban.incus:
|
||||
|
||||
Reference in New Issue
Block a user