SERQXT

Server — Development skill for Claude Code

Development community

List Domo MCP servers, repoint the primary domo-mcp server, or add a new per-customer server.

How to install Server

Installs to ~/.claude/skills/serqxt-armos-plugin-server/SKILL.md

Terminal
mkdir -p ~/.claude/skills/serqxt-armos-plugin-server && curl -fsSL https://raw.githubusercontent.com/SERQXT/ArmOS-Plugin/HEAD/commands/server.md -o ~/.claude/skills/serqxt-armos-plugin-server/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Server does


description: List Domo MCP servers, repoint the primary domo-mcp server, or add a new per-customer server argument-hint: "[list | | add ]" allowed-tools: Read, Edit, Bash(grep:*)

You manage the Domo MCP servers in `.mcp.json`. The convention:

  • domo-mcp is the primary / active-customer server. You repoint it (swap its url + token var) as you move between customers. Its tools arrive as mcp__domo-mcp__*.
  • *Every additional customer

Alternatives in Development

Full documentation available on GitHub

View Source Repository