confluence-context-server
The confluence-context-server is a context server for Confluence developed in Rust. This project provides efficient data management and API integration, allowing developers to seamlessly connect with Confluence. Notably, it features an implementation that leverages Rust's performance and safety.
GitHub Stars
4
User Rating
Not Rated
Favorites
0
Views
16
Forks
2
Issues
0
README
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": ,
}
}
}
Slash Commands
/confluence-page <page-id>: This command will add the context of the confluence page with the givenpage-idto the assistant.
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions