Bluesky Context Server

TypeScript
8
-
security - not tested
F
license - not found
-
quality - not tested

A simple MCP server that can enable MCP clients to query Bluesky instances.

  1. Tools
  2. Prompts
  3. Resources
  4. Server Configuration
  5. README.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLUESKY_APP_KEYYesApplication key for the Bluesky Context Server
BLUESKY_IDENTIFIERYesIdentifier for the Bluesky Context Server
README.md

Bluesky Context Server

A simple MCP server that can enable MCP clients to query Bluesky instances.

Usage

  1. Place the code somewhere on your computer.
  2. Configure your Claude Desktop app to use the MCP server.
// ~/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:

Alternative MCP servers

  • -
    security
    F
    license
    -
    quality
    This lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neo4j and your Aura account.
  • -
    security
    A
    license
    -
    quality
    Access to many public datasets right from your LLM application.
    MIT
    • Apple
    • Linux
  • A
    security
    A
    license
    A
    quality
    An improved implementation of persistent memory using a local knowledge graph with a customizable --memory-path. This lets Claude remember information about the user across chats.
    MIT