Skip to main content
Glama

Bluesky Context Server

by laulauland

Bluesky コンテキスト サーバー

MCP クライアントが Bluesky インスタンスをクエリできるようにするシンプルな MCP サーバー。

使用法

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Bluesky Context Server を自動的にインストールするには:

npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude

手動でインストールする

  1. コードをコンピューターのどこかに置きます。
  2. MCP サーバーを使用するように Claude デスクトップ アプリを構成します。
// ~/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": "" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

MCP クライアントが Bluesky インスタンスをクエリできるようにするシンプルな MCP サーバー。

  1. 使用法
    1. Smithery経由でインストール
    2. 手動でインストールする

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server to interact with a Tinybird Workspace from any MCP client.
    Last updated -
    69
    Python
    Apache 2.0
    • Apple
  • -
    security
    A
    license
    -
    quality
    This MCP server provides connection to Starrocks allows you to explore this query engine with minimum effort.
    Last updated -
    1
    Python
    MIT License
  • -
    security
    F
    license
    -
    quality
    A simple MCP server that provides read-only access to Cloudways hosting resources, including servers, applications, monitoring data, and team management features.
    Last updated -
    2
    Python
    • Apple

View all related MCP servers

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/laulauland/bluesky-context-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server