agentstacktech

Agentstack Login — Development skill for Claude Code

Development community

Sign in to AgentStack with OAuth Device Code and configure Claude Code MCP.

How to install Agentstack Login

Installs to ~/.claude/skills/agentstacktech-claude-plugin-agentstack-login/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agentstacktech-claude-plugin-agentstack-login && curl -fsSL https://raw.githubusercontent.com/agentstacktech/claude-plugin/HEAD/commands/agentstack-login.md -o ~/.claude/skills/agentstacktech-claude-plugin-agentstack-login/SKILL.md

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

What Agentstack Login does


description: Sign in to AgentStack with OAuth Device Code and configure Claude Code MCP.

/agentstack:login

Use when the user needs first-time setup, re-login, project switching, or a wider AgentStack scope.

Primary flow

  1. From the plugin root, run:
node scripts/device-login.mjs --scope-preset=full
  1. Approve in the browser at the printed Activate URL.
  2. Run the printed claude mcp add agentstack … command once.
  3. Verify:
claude mcp list
/mcp

Fa

Alternatives in Development

  • Codexbar — Show usage stats for OpenAI Codex and Claude Code, without having to login 8.8k ★
  • Agentlas Login — Sign this machine into Agentlas (opens the browser sign-in window) 1.1k ★
  • Gmail AutoAuth MCP Installation Guide — This guide will help you install and configure the Gmail AutoAuth MCP server for managing Gmail operations thr 1.1k ★

Full documentation available on GitHub

View Source Repository