Four steps. Configure once, then drive your workspace by chat.
Five steps, done in 3 minutes.
Go to Settings → API Tokens and create one for Claude. It's only shown once, so copy it now.
Open settings →Open this file in your OS (create it if missing).
~/Library/Application Support/Claude/claude_desktop_config.jsonMerge this JSON in, and replace sk_replace_me with the token you just copied.
{
"mcpServers": {
"stackr": {
"command": "npx",
"args": [
"-y",
"@stackr/mcp"
],
"env": {
"STACKR_API_URL": "https://stackr.example.com",
"STACKR_API_TOKEN": "sk_replace_me"
}
}
}
}STACKR_API_URL is filled in with your current host. For local dev, change it to http://localhost:3000.
Quit fully (not just minimise) and reopen. You should see stackr_* tools available.
A few starter prompts.