📋
Confluence Context Server
No description available
0 installs
Trust: 30 — Low
Productivity
Ask AI about Confluence Context Server
Powered by Claude · Grounded in docs
I know everything about Confluence Context Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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.
