Skip to main content
Glama
laulauland

Bluesky Context Server

by laulauland

Bluesky 컨텍스트 서버

대장간 배지 대장간 배지

MCP 클라이언트가 Bluesky 인스턴스를 쿼리할 수 있는 간단한 MCP 서버입니다.

용법

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Bluesky Context Server를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 코드를 컴퓨터 어딘가에 저장하세요.

  2. MCP 서버를 사용하도록 Claude Desktop 앱을 구성합니다.

// ~/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": ""
			}
		}
	}
}
A
license - permissive license
-
quality - not tested
C
maintenance

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