BAMF.ai·

set up claude code like a pro

take control of your workflows with claude code. it’s designed to work seamlessly with remote HTTP MCP servers using authorization headers. remember to choose your keys wisely: use creator-scoped keys for single creator workspaces. user-scoped keys come into play only when you need to cross those creator boundaries. before you start making changes, claude proves read access first. this means you can list creator spaces, preview scheduled posts, and summarize available tools without a hitch. here’s how to set it up: ```bash export BAMF_API_KEY="bamf_live_..." export BAMF_API_BASE="https://api.bamf.ai/v1" export BAMF_MCP_URL="https://mcp.bamf.ai" curl -fsSL https://bamf.ai/bamfstack/install.sh | bash ~/.bamfstack/bin/bamfstack claude-mcp claude ``` this command sequence gets you up and running quickly, putting the power of claude code in your hands. to further enhance your capabilities, don’t forget to check out the BAMF Stack and MCP Tools sections—these resources sharpen your edge in creator workflows, making tasks smoother and more efficient overall. let’s build better together. originally from [BAMF.ai](https://bamf.ai/docs/agents/claude-code).