zed-mcp-server-relytone
Verified Safeby YuweiXiao
Overview
Integrates Zed's Model Context Protocol with RelytONE's MCP server, providing AI-powered coding assistance by sending code context to RelytONE.
Installation
node node_modules/@relyt/mcp-server-relytone/index.jsEnvironment Variables
- RELYTONE_BEARER_TOKEN
Security Notes
The extension uses standard Zed API calls for package management (npm_install_package) and executing Node.js processes. The RelytONE bearer token is securely passed as an environment variable (RELYTONE_BEARER_TOKEN) to the child process, avoiding hardcoding or command-line exposure. The primary security consideration is the trust in the `@relyt/mcp-server-relytone` npm package itself, as the extension automatically installs and updates it to the latest version. No 'eval' or obvious obfuscation was found.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
zotero-mcp
Seamlessly integrates AI assistants with Zotero for enhanced research assistance, literature reviews, and citation management by enabling AI to interact with the local Zotero library.
UnityNaturalMCP
Integrates Unity Editor with Model Context Protocol (MCP) clients like AI coding assistants, enabling direct execution of Unity C# tools from these clients.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.