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手動でインストールする
コードをコンピューターのどこかに置きます。
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": ""
}
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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