Skip to main content
Glama

ATproto Docs MCP Server

ATproto 文档的远程 MCP 服务器

部署到 Cloudflare

该远程 MCP 服务器发布了一个用于搜索和查询 ATprotocol 文档的tool

工具描述
search_documentation搜索 atproto 文档

用心打造💙,让基于协议构建的开发人员的生活更加轻松。

此远程 MCP 服务器可公开访问:

https://mcp-atproto-docs.immber.workers.dev/sse

取决于

使用 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 服务器:

  1. 前往https://playground.ai.cloudflare.com/
  2. 输入您部署的 MCP 服务器 URL ( https://mcp-atproto-docs.immber.workers.dev/sse )
  3. 您现在可以直接从操场使用此 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,您就会看到工具可用。

示例查询

来自 Claude Desktop 的屏幕截图,显示了有关 OAuth 的查询结果

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

远程 MCP 服务器提供搜索和查询 ATprotocol 文档的工具,帮助开发人员在构建协议时轻松访问信息。

  1. 部署到 Cloudflare
    1. 取决于
      1. 来源
        1. 使用工具
          1. 连接到 Cloudflare AI Playground
          2. 将 Claude Desktop 连接到您的 MCP 服务器
          3. 示例查询

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A MCP server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.
          Last updated -
          6
          Python
          • Apple
        • -
          security
          A
          license
          -
          quality
          An 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 -
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A 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 -
          2
          51
          JavaScript
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A 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 -
          101
          438
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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