Skip to main content
Glama
laulauland

Bluesky Context Server

by laulauland
package.json795 B
{ "name": "bluesky-context-server", "version": "1.0.0", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/types/index.d.ts" } }, "bin": { "bluesky-context-server": "./bin/index.ts" }, "scripts": { "start": "bun ./bin/index.ts", "start:node": "node --experimental-strip-types ./bin/index.ts", "build": "bun run scripts/build.ts", "inspector": "mcp-inspector bun ./bin/index.ts", "inspector:node": "mcp-inspector ./bin/index.ts", "typecheck": "tsc --noEmit", "lint": "biome check --write . ", "format": "biome format --write ." }, "dependencies": { "@atproto/api": "^0.15.27", "@modelcontextprotocol/sdk": "^1.17.2" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.16.2", "@types/bun": "^1.2.10" } }

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