Confluence context provider for OpenCtx
OpenCtx context provider for bringing Confluence context into code AI and editors.
Usage
- Create an API token
- Configure your OpenCtx client
"openctx.providers": { // ...other providers... "https://openctx.org/npm/@openctx/provider-confluence": { "url": "https://some-org.atlassian.net/wiki", "email": "<email-address>", "apiToken": "<api-token>", }},
Mention support
- Searches page titles
Context included
- Page body
Configuration
url— Confluence URL — Required (e.g."https://some-org.atlassian.net/wiki")email— Email — RequiredapiToken— API token — Required
Development
- Source code
- Docs
- License: Apache 2.0
Local Testing
- Clone the repo
pnpm installpnpm -C provider/confluence bundle --watchto automatically recompile on changes- Run
echo file://$(pwd)/provider/confluence/dist/bundle.jsand use that URL in your OpenCtx instead of"https://openctx.org/npm/@openctx/provider-confluence" - Reload your OpenCtx client