QVeris MCP Server for Zed
This extension makes the official QVeris MCP server available in Zed's Agent Panel.
QVeris provides a compact set of MCP tools for discovering, inspecting, validating, and calling external capabilities. It also exposes usage and credits-ledger tools for billing audit.
Install#
After the extension is published:
- Open Settings → AI → MCP Servers in Zed.
- Choose Add Server → Install from Extensions.
- Search for QVeris MCP Server and install it.
- Create an API key at QVeris API Keys and enter it in the extension settings.
- Enable the server in the tools menu for your active Agent profile.
For development, open Zed's Extensions page, choose Install Dev Extension, and select this directory.
Settings#
{
"context_servers": {
"mcp-server-qveris": {
"settings": {
"qveris_api_key": "your-api-key",
"qveris_base_url": null,
},
},
},
}qveris_api_keyis required. Zed stores it with this context server's settings and the extension passes it to the local QVeris MCP server process asQVERIS_API_KEY.qveris_base_urlis optional. Leave it asnullfor the default QVeris API.
Discovering and inspecting capabilities is free. Calling a capability may consume QVeris credits according to the capability's billing rule. Zed's default tool permission asks for approval before running MCP tool actions; this can be reviewed in Zed's Tool Permissions settings.
Runtime#
The extension uses Zed's extension API to download the pinned @qverisai/mcp@0.14.1 npm package into the extension work directory. The MCP server is not bundled with this extension and no system files or shell startup files are modified.
License#
MIT. See LICENSE.