ATproto 文档的远程 MCP 服务器
部署到 Cloudflare
该远程 MCP 服务器发布了一个用于搜索和查询 ATprotocol 文档的tool
。
工具 | 描述 |
---|---|
search_documentation | 搜索 atproto 文档 |
用心打造💙,让基于协议构建的开发人员的生活更加轻松。
此远程 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 服务器:
- 前往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 中转到设置 > 开发人员 > 编辑配置。
使用此配置进行更新:
重新启动 Claude,您就会看到工具可用。
示例查询
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
远程 MCP 服务器提供搜索和查询 ATprotocol 文档的工具,帮助开发人员在构建协议时轻松访问信息。
Related MCP Servers
- AsecurityFlicenseAqualityA MCP server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.Last updated -6Python
- -securityAlicense-qualityAn MCP server that provides an interface for querying the AtherOS knowledge base through an API, allowing users to create chat sessions and send queries to retrieve information.Last updated -JavaScriptMIT License
- AsecurityAlicenseAqualityA documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.Last updated -251JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.Last updated -101438TypeScriptMIT License