Skip to content

mouhamadalmounayar/confluence-context-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages