From agent-relay
Use when you need to deploy the MCP relay server to a remote SSH host.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin agent-relayThis skill uses the workspace's default tool permissions.
Deploy the Claude Agent Relay server to a user-specified SSH host, configure it with systemd, and verify connectivity.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Deploy the Claude Agent Relay server to a user-specified SSH host, configure it with systemd, and verify connectivity.
user@ubuntuvm or 10.0.0.75)127.0.0.1; use 0.0.0.0 for LAN access)8844)server/ directory to the host (e.g., /opt/claude-relay/).pip install -e ./etc/claude-relay/config.toml with bind address, port, /var/lib/claude-relay/ data dir, and optional shared token.server/systemd/claude-relay.service to /etc/systemd/system/, adjust paths if needed.systemctl enable --now claude-relay.curl http://<bind>:<port>/mcp (should return status).connect-as-client./var/lib/claude-relay/ created on the host for sessions, blobs, and state./var/lib/claude-relay/), not in user data directories.