zara-mcplisted
Install: claude install-skill lost-rob0t/skills
# Zara MCP
Operate and verify Zara's native MCP client without confusing it with the calling agent's own MCP configuration.
## Workflow
1. Run this skill's read-only `scripts/doctor.py [SERVER]` helper. Without a server it checks `zara mcp --help` and status; with a server it also checks inspect, tools, resources, and prompts. It does not mutate configuration and redacts common bearer/URL/query secret shapes if diagnostic output is requested.
2. Inspect before mutation: `list`, `status`, `inspect SERVER`, `tools SERVER`, `resources SERVER`, `prompts SERVER`.
3. Configure the smallest required server through Zara's MCP surface.
4. Keep credentials in environment variables or an appropriate secret source; never commit or print them.
5. Verify the server becomes usable and expected capabilities are discovered.
6. After add/enable/disable/remove, rerun the doctor plus relevant inspection.
7. For code changes, run focused tests, the repository gate, and exact-head CI.
## Transports
For stdio, configure an executable plus arguments. Treat it as code executed with Zara's OS privileges; do not run untrusted servers merely because they speak MCP.
For Streamable HTTP, use Zara's HTTP transport, keep TLS verification enabled, and reference secrets indirectly rather than embedding credentials in URLs or committed files.
## Configuration
Prefer Zara's managed MCP commands over rewriting unrelated configuration. If direct configuration is required, discover the active Zara config i