Bluesky Context Server
by keturiosakys
TypeScript
8
A simple MCP server that can enable MCP clients to query Bluesky instances.
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BLUESKY_APP_KEY | Yes | Application key for the Bluesky Context Server | |
BLUESKY_IDENTIFIER | Yes | Identifier for the Bluesky Context Server |
README.md
Bluesky Context Server
A simple MCP server that can enable MCP clients to query Bluesky instances.
Usage
- Place the code somewhere on your computer.
- Configure your Claude Desktop app to use the MCP server.
Copy
// ~/Library/Application Support/Claude/config.json
{
"mcpServers": {
"bluesky": {
"command": "/Users/laurynas-fp/.bun/bin/bun",
"args": [
"<path_to_this_directory>/bluesky-context-server/index.ts"
],
"env": {
"BLUESKY_APP_KEY": "",
"BLUESKY_IDENTIFIER": ""
}
}
}
}
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: