BAMF.ai·

navigating the mcp client

# navigating the mcp client to streamline your creator workflows, always start with a creator-scoped key for daily automations. use a user key only when your agent needs to operate across different creator spaces. before letting your agent go wild with scheduling, unscheduling, deleting, or publishing content, begin with read-only tools. give explicit permissions to your agent as needed. this keeps your workflow efficient and controlled. ## configuration example here’s a quick setup for your mcp configuration: ```json { "mcpServers": { "bamf": { "url": "https://mcp.bamf.ai", "headers": { "Authorization": "Bearer $BAMF_API_KEY" } } } } ``` this JSON snippet ensures your server can communicate seamlessly with the BAMF framework. stay focused on tools that enhance your creator workflows rather than raw database manipulation. check out [BAMF MCP tools](https://bamf.ai/docs/mcp/tools) tailored for creators. also, consider setting up the [BAMF Stack](https://bamf.ai/docs/agents/bamfstack) to equip your agents with the right knowledge of BAMF workflows. keep your operations tight and efficient. originally from [BAMF.ai](https://bamf.ai/docs/examples/mcp-client).