Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 876 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 876 Bytes

Confluence Context Server

This Zed extension provides a context server for Confluence. It allows users to add the content of confluence pages as contexts in the assistant. You can find the repository of the confluence model context server here

Configuration

In order to use this extension, you need to specify the following settings in the settings.json file:

"context_servers": {
    "confluence-context-server": {
      "settings": {
        "api_token": ,
        "domain_name": ,
        "email": ,
      }
    }
  }

how to generate an api token

Slash Commands

  • /confluence-page <page-id>: This command will add the context of the confluence page with the given page-id to the assistant.