zed-axiom-context-server

zed-axiom-context-serverは、Rustで構築されたサーバーで、特定のコンテキスト管理機能を提供します。主にデータの整合性と効率的な処理を目的としており、開発者がアプリケーションのコンテキストを簡単に管理できるように設計されています。Rustの特性を活かし、高いパフォーマンスと安全性を実現しています。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

22

フォーク

1

イシュー

0

README
Axiom Context Server

This extension provides a Model Context Server for Axiom, for use with the Zed AI assistant.

Configuration

To configure the extension, you can specify custom command and arguments in your Zed settings.json:

{
  "context_servers": {
    "axiom-mcp": {
      "settings": {}
      "command": {
        "cmd": "/path/to/axiom-mcp",
        "args": ["--config", "/path/to/your/config.txt"]
      }
    }
  }
}

If no custom command is specified, the extension will look for an axiom-mcp executable in the current directory.