Servers
A Remote MCP Server for ATproto Docs
@immber
A MCP server to query and generate answers based on the ATproto documentation available online
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"search_atproto_docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-atproto-docs.immber.workers.dev/sse"
]
}
}
}