bluesky-mcp
by navidmoazzez
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLUESKY_ACCOUNTS | No | JSON array of accounts for multi-account setup | |
| BLUESKY_AUDIT_LOG | No | Path to an append-only log of every attempted write | |
| BLUESKY_HTTP_HOST | No | Host for --http mode | 127.0.0.1 |
| BLUESKY_HTTP_PORT | No | Port for --http mode | 8787 |
| BLUESKY_READ_ONLY | No | Set to 1 to hide every write tool from the tool list | 0 |
| BLUESKY_HTTP_TOKEN | No | Bearer token required by --http mode | |
| BLUESKY_IDENTIFIER | No | Your full Bluesky handle, e.g. you.bsky.social | |
| BLUESKY_PUBLIC_API | No | Public appview URL | https://public.api.bsky.app |
| BLUESKY_USER_AGENT | No | User-Agent sent on every request | bluesky-mcp |
| BLUESKY_MAX_RETRIES | No | Retries on 429 and 5xx | 3 |
| BLUESKY_SERVICE_URL | No | Your PDS URL | https://bsky.social |
| BLUESKY_APP_PASSWORD | No | An app password, never your account password | |
| BLUESKY_VIDEO_SERVICE | No | Video transcoding service URL | https://video.bsky.app |
| BLUESKY_DEFAULT_ACCOUNT | No | Which handle acts when a tool names none, accepts comma-separated list | |
| BLUESKY_ALLOW_DESTRUCTIVE | No | Set to 0 to block posting, deleting and blocking | 1 |
| BLUESKY_VIDEO_SERVICE_DID | No | Service DID the video upload authenticates against | did:web:video.bsky.app |
| BLUESKY_REQUEST_TIMEOUT_MS | No | Per-request deadline in milliseconds | 30000 |
| BLUESKY_MIN_REQUEST_INTERVAL_MS | No | Spacing between requests in milliseconds | 120 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/navidmoazzez/bluesky-mcp-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server