MCP server for tangled
at main 409 B view raw
1# tangled MCP server configuration 2 3# your AT Protocol handle (e.g., user.bsky.social or zzstoatzz.io) 4TANGLED_HANDLE=your.handle.here 5 6# your app password (create at https://bsky.app/settings/app-passwords) 7TANGLED_PASSWORD=your-app-password-here 8 9# (optional) your PDS URL if auto-discovery doesn't work 10# leave commented out to auto-discover from your handle 11# TANGLED_PDS_URL=https://your-pds.example.com