ATproto Docs MCP Server
ATproto Docs 用のリモート MCP サーバー
Cloudflareにデプロイ
このリモート MCP サーバーは、ATprotocol のドキュメントを検索および照会するためのtoolを公開しています。
道具 | 説明 |
| atprotoドキュメントを検索します |
プロトコルを構築する開発者の生活を楽にするために、愛情を込めて作成しました💙。
このリモート MCP サーバーは、次の場所で公開されています:
https://mcp-atproto-docs.immber.workers.dev/sseRelated MCP server: Docs-MCP
依存する
CloudFlare が提供するリモート MCP 認証なしサーバー テンプレートを使用して作成されます。
この MCP サーバーは、Cloudflare ワーカーによって ATprocol の公開ドキュメントが提供される CloudFlare AutoRAG インスタンスをクエリします。
cronワーカー
=>R2ストレージバケット=>AutoRAGベクトル化DB
このプロジェクトはもともと、 Cloudflare の Documentation MCP Serverからインスピレーションを得ました。
出典
atproto-docs-workerは、ドキュメントをクロールしてR2バケットに保存するCloudFlareワーカーです。週単位のcronスケジュールで実行されます。
現在含まれているリソースのリストを確認したり、リストの変更をリクエストしたりするには、そのリポジトリにアクセスしてください。
ツールの使用
MCP対応クライアントに接続し、お好みのAIエージェントにsearch_documentationツールの使用を依頼してください。
Cloudflare AI Playgroundに接続する
リモート MCP クライアントである Cloudflare AI Playground からこの MCP サーバーに接続できます。
https://playground.ai.cloudflare.com/にアクセスしてください
デプロイされた MCP サーバーの URL を入力します (
https://mcp-atproto-docs.immber.workers.dev/sse)この MCP ツールをプレイグラウンドから直接使用できるようになりました。
Claude DesktopをMCPサーバーに接続する
Claude Desktop からこの MCP サーバーに接続するには、 Anthropic のクイックスタートに従い、Claude Desktop 内で [設定] > [開発] > [構成の編集] に移動します。
次の構成で更新します。
{
"mcpServers": {
"search_atproto_docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-atproto-docs.immber.workers.dev/sse"
]
}
}
}Claude を再起動すると、ツールが利用可能になるはずです。
サンプルクエリ

Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.1MIT
- AlicenseAqualityCmaintenanceAn MCP server that allows users to efficiently search and reference user-configured documents through document listing, grep searching, semantic searching with OpenAI Embeddings, and full document retrieval.43MIT
- AlicenseAqualityDmaintenanceAn MCP server that serves documentation and enables AI-powered search, Q\&A, and document analysis for developer tools and guides.54MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.12MIT
Related MCP Connectors
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/immber/mcp-atproto-docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server