ATproto Docs MCP Server
ATproto 文档的远程 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 矢量化数据库
该项目最初受到Cloudflare 的文档 MCP 服务器的启发。
来源
atproto-docs-worker是一款 CloudFlare Worker,用于抓取文档并将其保存到 R2 存储桶中。它按每周的 cron 计划运行。
要查看或请求更改当前包含的资源列表,请访问该 repo。
使用工具
连接任何兼容 MCP 的客户端。然后让您选择的 AI 代理使用search_documentation工具。
连接到 Cloudflare AI Playground
您可以从 Cloudflare AI Playground(一个远程 MCP 客户端)连接到此 MCP 服务器:
输入您部署的 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