Axiom MCP服务器
Zed扩展 Axiom MCP服务器.
配置
要配置Axiom MCP服务器,请创建 config.txt文件 在你系统的某个地方。
至少应包含您的Axiom API令牌:
token xaat-your-token然后在你的Zed settings.json,将路径添加到 config.txt 将文件作为 config_path:
"context_servers": {
"mcp-server-axiom": {
"settings": {
"config_path": "/path/to/config.txt"
}
}
}