zed -atexplore
MCP server for exploring and interacting with the AT Protocol ecosystem
claude mcp add --transport stdio moshyfawn-zed-mcp-server-atexplore node server.js
How to use
This MCP server extension for Zed enables exploration of the AT Protocol ecosystem by connecting to the ATExplore MCP server. Once installed in Zed, the extension communicates with the ATExplore MCP server to surface MCP endpoints, capabilities, and related metadata within your Zed workspace, allowing you to navigate and interact with AT Protocol resources directly from your editor. Use the extension to browse available MCPs, inspect protocol details, and leverage ATExplore’s tooling to understand how MCPs expose commands, events, and schemas across the AT Protocol ecosystem.
To get started, install the ATExplore MCP extension for Zed from the Zed Extensions marketplace. After installation, configure the extension to point at the ATExplore MCP server (the default public endpoint is https://mcp.atexplore.social/mcp). Once configured, the extension will fetch the MCP context and present you with the server’s registered MCPs, their capabilities, and any associated documentation within Zed. You can then explore individual MCP endpoints, view sample requests, and trial interactions in your development environment.
How to install
Prerequisites:
- Node.js installed and available in your PATH
- Zed editor installed with Extensions marketplace access
Installation steps:
- Open Zed and go to Extensions > Marketplace.
- Search for the ATExplore MCP extension for Zed (the extension name includes ATExplore and Zed).
- Click Install and wait for the extension to finish installing.
- Open Zed settings for the extension and configure the MCP server URL if desired. Use the provided example configuration:
{ "context_servers": { "mcp-server-atexplore": { "settings": { "server_url": "https://mcp.atexplore.social/mcp" } } } }
- Save the configuration and reload Zed if prompted. The extension will connect to the ATExplore MCP server and populate MCP data for exploration.
Additional notes
Tips and notes:
- The extension relies on the ATExplore MCP server. If you encounter connectivity issues, verify that the server_url is accessible and that there are no network restrictions blocking access.
- If you change the server_url later, reload the extension or Zed to refresh the MCP context.
- The extension may cache MCP metadata; cached data can be cleared by reloading the extension or clearing Zed's extension data.
- If you run into authentication or rate-limiting issues, consult ATExplore documentation for any required API keys or access controls and adjust the server_url or headers accordingly.
Related MCP Servers
goose
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
cunzhi
告别AI提前终止烦恼,助力AI更加持久
probe
AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.
mcp-center
A centralized platform for managing and connecting MCP servers. MCP Center provides a high-performance proxy service that enables seamless communication between MCP clients and multiple MCP servers.
backlog -rust
MCP server for Backlog, project management service.
perplexity-web-api
🔍 Perplexity AI MCP without API key