Integrates Claude Desktop with the web, Google and Atlassian workspaces.
Make Claude a team member: Makes Claude an informed member of your organisation by accessing your organization’s key knowledge resources.
Integrate research and knowlege management: Enables your teams to contribute, refine, and maintain your organisation’s knowledge resources within Claude - seamlessly integrating research and sharing knowledge.
Improve efficiency: Automate repetitive workflows such as generating Confluence pages from Google Docs.
Example Prompts¶
“Create a page about road cycling, focusing on Canyon bikes, in the personal confluence space of Helmut.”
Setup¶
If you already have uv package manager and Claude Desktop installed on your Mac:
# Installs starbridge in an isolated Python environment
# Auto-injects configuration into Claude Desktop
uvx starbridge install
If you first need to install uv:
if ! command -v brew &> /dev/null; then # Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew install uv # Install uv via Homebrew
uvx starbridge install # Install starbridge via uv
If you want to install starbridge with the imaging extra
uvx --with "starbridge[imaging]" starbridge install
You can as well run Starbridge with Docker.
MCP Server¶
Starbridge implements the MCP Server interface, with Claude acting as an MCP client.
Resources¶
[TODO: Document resources exposed to Claude Desktop]
Prompts¶
[TODO: Document prompts exposed to Claude Desktop]
Tools¶
[TODO: Document tools exposed to Claude Desktop]
CLI¶
[TODO: Document CLI commands]
Operational Excellence¶
This project is designed with operational excellence in mind, using modern Python tooling and practices. It includes:
Complete reference documentation of the CLI and of the library on Read the Docs
Transparent test coverage including unit and E2E tests (reported on Codecov)
Matrix tested with multiple python versions to ensure compatibility (powered by Nox)
Compliant with modern linting and formatting standards (powered by Ruff)
Up-to-date dependencies (monitored by Renovate and Dependabot)
A-grade code quality in security, maintainability, and reliability with low technical debt and codesmell (verified by SonarQube)
Additional code security checks using CodeQL
License compliant with the Open Source Initiative (OSI)
1-liner for installation and execution of command line interface (CLI) via uv(x) or Docker
Setup for developing inside a devcontainer included (supports VSCode and GitHub Codespaces)
- Example Prompts
- Setup
- MCP Server
- CLI
- Operational Excellence
- Starbridge within Docker
- CLI Reference
- Library Reference
- Contributing
- Code Style
- Release Notes
- 0.10.12 - 2025-04-08
- 0.10.10 - 2025-04-07
- 0.10.9 - 2025-03-27
- 0.10.7 - 2025-03-26
- 0.10.6 - 2025-03-25
- 0.10.3 - 2025-03-18
- 0.1.0 - 2025-03-16
- 0.0.88 - 2025-03-14
- 0.0.87 - 2025-03-14
- 0.0.80 - 2025-03-13
- 0.0.79 - 2025-03-13
- 0.0.77 - 2025-03-08
- 0.0.76 - 2025-03-08
- 0.0.74 - 2025-03-02
- 0.0.73 - 2025-02-26
- 0.0.72 - 2025-02-25
- 0.0.71 - 2025-01-05
- 0.0.70 - 2025-01-05
- 0.0.69 - 2025-01-05
- 0.0.68 - 2025-01-05
- 0.0.67 - 2025-01-03
- 0.0.66 - 2025-01-02
- 0.0.65 - 2025-01-02
- 0.0.64 - 2025-01-02
- 0.0.63 - 2025-01-02
- 0.0.62 - 2025-01-02
- 0.0.61 - 2025-01-02
- 0.0.60 - 2025-01-02
- 0.0.59 - 2025-01-02
- 0.0.58 - 2025-01-02
- 0.0.57 - 2025-01-02
- 0.0.56 - 2025-01-01
- 0.0.55 - 2024-12-30
- 0.0.54 - 2024-12-28
- 0.0.53 - 2024-12-28
- 0.0.52 - 2024-12-28
- 0.0.51 - 2024-12-27
- 0.0.50 - 2024-12-26
- 0.0.49 - 2024-12-26
- 0.0.48 - 2024-12-25
- 0.0.46 - 2024-12-24
- 0.0.45 - 2024-12-24
- 0.0.44 - 2024-12-24
- 0.0.43 - 2024-12-24
- 0.0.42 - 2024-12-24
- 0.0.41 - 2024-12-24
- 0.0.40 - 2024-12-24
- 0.0.39 - 2024-12-24
- 0.0.38 - 2024-12-23
- 0.0.37 - 2024-12-23
- 0.0.36 - 2024-12-23
- 0.0.35 - 2024-12-23
- 0.0.34 - 2024-12-23
- 0.0.33 - 2024-12-23
- 0.0.32 - 2024-12-23
- 0.0.31 - 2024-12-23
- 0.0.30 - 2024-12-23
- 0.0.29 - 2024-12-23
- 0.0.28 - 2024-12-22
- 0.0.27 - 2024-12-21
- 0.0.26 - 2024-12-21
- 0.0.25 - 2024-12-21
- 0.0.24 - 2024-12-21
- 0.0.23 - 2024-12-20
- 0.0.22 - 2024-12-20
- 0.0.21 - 2024-12-20
- 0.0.20 - 2024-12-20
- 0.0.19 - 2024-12-20
- 0.0.18 - 2024-12-19
- 0.0.17 - 2024-12-19
- 0.0.16 - 2024-12-19
- 0.0.15 - 2024-12-19
- 0.0.14 - 2024-12-19
- 0.0.13 - 2024-12-19
- 0.0.12 - 2024-12-19
- 0.0.11 - 2024-12-19
- 0.0.10 - 2024-12-19
- 0.0.9 - 2024-12-19
- 0.0.8 - 2024-12-18
- [0.0.7] - 2024-12-18
- New Contributors ❤️
- Security Policy
- License
- Attributions
- CacheControl (0.14.2) - Apache Software License
- CairoSVG (2.7.1) - GNU Lesser General Public License v3 or later (LGPLv3+)
- Deprecated (1.2.18) - MIT License
- GitPython (3.1.44) - BSD License
- Jinja2 (3.1.6) - BSD License
- Markdown (3.7) - BSD License
- MarkupSafe (3.0.2) - BSD License
- Protego (0.4.0) - BSD License
- PyMuPDF (1.25.4) - Dual Licensed - GNU AFFERO GPL 3.0 or Artifex Commercial License
- PyYAML (6.0.2) - MIT License
- Pygments (2.19.1) - BSD License
- Send2Trash (1.8.3) - BSD License
- Sphinx (8.2.3) - UNKNOWN
- alabaster (1.0.0) - BSD License
- altair (5.5.0) - BSD License
- annotated-types (0.7.0) - MIT License
- anyio (4.8.0) - MIT License
- apeye (1.4.1) - GNU Lesser General Public License v3 or later (LGPLv3+)
- apeye-core (1.1.5) - BSD License
- appnope (0.1.4) - BSD License
- argcomplete (3.6.0) - Apache Software License
- argon2-cffi (23.1.0) - MIT License
- argon2-cffi-bindings (21.2.0) - MIT License
- arrow (1.3.0) - Apache Software License
- asgiref (3.8.1) - BSD License
- asttokens (3.0.0) - Apache 2.0
- async-lru (2.0.4) - MIT License
- atlassian-python-api (4.0.3) - Apache Software License
- attrs (25.3.0) - UNKNOWN
- autodoc_pydantic (2.2.0) - MIT License
- autodocsumm (0.2.14) - Apache Software License
- babel (2.17.0) - BSD License
- beautifulsoup4 (4.13.3) - MIT License
- bleach (6.2.0) - Apache Software License
- blinker (1.9.0) - MIT License
- boolean.py (4.0) - BSD-2-Clause
- bracex (2.5.post1) - MIT License
- brave-search-python-client (0.4.14) - MIT License
- bump-my-version (1.1.1) - MIT License
- cachetools (5.5.2) - MIT License
- cairocffi (1.7.1) - BSD License
- certifi (2025.1.31) - Mozilla Public License 2.0 (MPL 2.0)
- cffi (1.17.1) - MIT License
- cfgv (3.4.0) - MIT License
- chardet (5.2.0) - GNU Lesser General Public License v2 or later (LGPLv2+)
- charset-normalizer (3.4.1) - MIT License
- click (8.1.8) - BSD License
- cobble (0.1.4) - BSD License
- colorama (0.4.6) - BSD License
- coloredlogs (15.0.1) - MIT License
- colorlog (6.9.0) - MIT License
- comm (0.2.2) - BSD License
- contourpy (1.3.1) - BSD License
- coverage (7.6.12) - Apache Software License
- cryptography (44.0.2) - Apache Software License; BSD License
- cssselect2 (0.8.0) - BSD License
- cssutils (2.11.1) - GNU Library or Lesser General Public License (LGPL)
- cycler (0.12.1) - BSD License
- cyclonedx-bom (5.3.0) - Apache Software License
- cyclonedx-py (1.0.1) - UNKNOWN
- cyclonedx-python-lib (8.9.0) - Apache Software License
- debugpy (1.8.13) - MIT License
- decorator (5.2.1) - BSD License
- defusedxml (0.7.1) - Python Software Foundation License
- dependency-groups (1.3.0) - UNKNOWN
- detect-secrets (1.5.0) - Apache Software License
- dict2css (0.3.0.post1) - MIT License
- distlib (0.3.9) - Python Software Foundation License
- dnspython (2.7.0) - ISC License (ISCL)
- docutils (0.21.2) - BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License
- domdf_python_tools (3.10.0) - MIT License
- email_validator (2.2.0) - The Unlicense (Unlicense)
- enum-tools (0.12.0) - GNU Lesser General Public License v3 or later (LGPLv3+)
- et_xmlfile (2.0.0) - MIT License
- execnet (2.1.1) - MIT License
- executing (2.2.0) - MIT License
- fastapi (0.115.12) - MIT License
- fastapi-cli (0.0.7) - MIT License
- fastjsonschema (2.21.1) - BSD License
- filelock (3.17.0) - The Unlicense (Unlicense)
- flatbuffers (25.2.10) - Apache Software License
- fonttools (4.56.0) - MIT License
- fqdn (1.5.1) - Mozilla Public License 2.0 (MPL 2.0)
- furo (2024.8.6) - MIT License
- git-cliff (2.8.0) - MIT OR Apache-2.0
- gitdb (4.0.12) - BSD License
- googleapis-common-protos (1.69.2) - Apache Software License
- griffe (1.7.2) - UNKNOWN
- h11 (0.14.0) - MIT License
- html5lib (1.1) - MIT License
- httpcore (1.0.7) - BSD License
- httptools (0.6.4) - MIT License
- httpx (0.28.1) - BSD License
- httpx-sse (0.4.0) - MIT
- humanfriendly (10.0) - MIT License
- identify (2.6.9) - MIT License
- idna (3.10) - BSD License
- imagesize (1.4.1) - MIT License
- importlib_metadata (8.6.1) - Apache Software License
- iniconfig (2.0.0) - MIT License
- ipykernel (6.29.5) - BSD License
- ipython (9.0.2) - BSD License
- ipython_pygments_lexers (1.1.1) - BSD License
- ipywidgets (8.1.5) - BSD License
- isoduration (20.11.0) - ISC License (ISCL)
- itsdangerous (2.2.0) - BSD License
- jedi (0.19.2) - MIT License
- jmespath (1.0.1) - MIT License
- json5 (0.10.0) - Apache Software License
- jsonpointer (3.0.0) - BSD License
- jsonschema (4.23.0) - MIT License
- jsonschema-specifications (2024.10.1) - MIT License
- jupyter (1.1.1) - BSD License
- jupyter-console (6.6.3) - BSD License
- jupyter-events (0.12.0) - BSD License
- jupyter-lsp (2.2.5) - BSD License
- jupyter_client (8.6.3) - BSD License
- jupyter_core (5.7.2) - BSD License
- jupyter_server (2.15.0) - BSD License
- jupyter_server_terminals (0.5.3) - BSD License
- jupyterlab (4.3.5) - BSD License
- jupyterlab_pygments (0.3.0) - BSD License
- jupyterlab_server (2.27.3) - BSD License
- jupyterlab_widgets (3.0.13) - BSD License
- kiwisolver (1.4.8) - BSD License
- license-expression (30.4.1) - Apache-2.0
- logfire (3.12.0) - MIT License
- lxml (5.3.1) - BSD License
- magika (0.6.1) - Apache Software License
- mammoth (1.9.0) - BSD License
- marimo (0.12.4) - Apache Software License
- markdown-it-py (3.0.0) - MIT License
- markdownify (1.1.0) - MIT License
- markitdown (0.1.1) - UNKNOWN
- matplotlib (3.10.1) - Python Software Foundation License
- matplotlib-inline (0.1.7) - BSD License
- mcp (1.3.0) - MIT License
- mdurl (0.1.2) - MIT License
- mistune (3.1.2) - BSD License
- more-itertools (10.6.0) - MIT License
- mpmath (1.3.0) - BSD License
- msgpack (1.1.0) - Apache Software License
- mypy (1.15.0) - MIT License
- mypy-extensions (1.0.0) - MIT License
- narwhals (1.30.0) - MIT License
- natsort (8.4.0) - MIT License
- nbclient (0.10.2) - BSD License
- nbconvert (7.16.6) - BSD License
- nbformat (5.10.4) - BSD License
- nest-asyncio (1.6.0) - BSD License
- nodeenv (1.9.1) - BSD License
- notebook (7.3.2) - BSD License
- notebook_shim (0.2.4) - BSD License
- nox (2025.2.9) - Apache Software License
- numpy (2.2.3) - BSD License
- oauthlib (3.2.2) - BSD License
- onnxruntime (1.21.0) - MIT License
- openpyxl (3.1.5) - MIT License
- opentelemetry-api (1.31.1) - Apache Software License
- opentelemetry-exporter-otlp-proto-common (1.31.1) - Apache Software License
- opentelemetry-exporter-otlp-proto-http (1.31.1) - Apache Software License
- opentelemetry-instrumentation (0.52b1) - Apache Software License
- opentelemetry-instrumentation-asgi (0.52b1) - Apache Software License
- opentelemetry-instrumentation-dbapi (0.52b1) - Apache Software License
- opentelemetry-instrumentation-httpx (0.52b1) - Apache Software License
- opentelemetry-instrumentation-requests (0.52b1) - Apache Software License
- opentelemetry-instrumentation-sqlite3 (0.52b1) - Apache Software License
- opentelemetry-instrumentation-starlette (0.52b1) - Apache Software License
- opentelemetry-instrumentation-system-metrics (0.52b1) - Apache Software License
- opentelemetry-instrumentation-urllib (0.52b1) - Apache Software License
- opentelemetry-instrumentation-urllib3 (0.52b1) - Apache Software License
- opentelemetry-proto (1.31.1) - Apache Software License
- opentelemetry-sdk (1.31.1) - Apache Software License
- opentelemetry-semantic-conventions (0.52b1) - Apache Software License
- opentelemetry-util-http (0.52b1) - Apache Software License
- orjson (3.10.16) - Apache Software License; MIT License
- overrides (7.7.0) - Apache License, Version 2.0
- packageurl-python (0.16.0) - MIT License
- packaging (24.2) - Apache Software License; BSD License
- pandas (2.2.3) - BSD License
- pandocfilters (1.5.1) - BSD License
- parso (0.8.4) - MIT License
- pexpect (4.9.0) - ISC License (ISCL)
- pillow (11.1.0) - CMU License (MIT-CMU)
- pip (25.0.1) - MIT License
- pip-api (0.0.34) - Apache Software License
- pip-licenses (5.0.0) - MIT License
- pip-requirements-parser (32.0.1) - MIT
- pip_audit (2.8.0) - Apache Software License
- platformdirs (4.3.6) - MIT License
- pluggy (1.5.0) - MIT License
- pre_commit (4.2.0) - MIT License
- prettytable (3.15.1) - UNKNOWN
- prometheus_client (0.21.1) - Apache Software License
- prompt_toolkit (3.0.50) - BSD License
- protobuf (5.29.3) - 3-Clause BSD License
- psutil (6.1.1) - BSD License
- ptyprocess (0.7.0) - ISC License (ISCL)
- pure_eval (0.2.3) - MIT License
- py-serializable (1.1.2) - Apache Software License
- pyarrow (19.0.1) - Apache Software License
- pycparser (2.22) - BSD License
- pycrdt (0.11.1) - MIT License
- pydantic (2.11.2) - MIT License
- pydantic-extra-types (2.10.3) - MIT License
- pydantic-settings (2.8.1) - MIT License
- pydantic_core (2.33.1) - MIT License
- pydeck (0.9.1) - Apache License 2.0
- pymdown-extensions (10.14.3) - MIT License
- pymupdf4llm (0.0.19) - GNU AFFERO GPL 3.0
- pyparsing (3.2.1) - MIT License
- pyright (1.1.398) - MIT
- pytest (8.3.5) - MIT License
- pytest-asyncio (0.26.0) - UNKNOWN
- pytest-cov (6.1.1) - MIT License
- pytest-datadir (1.6.1) - MIT License
- pytest-docker (3.2.0) - MIT License
- pytest-env (1.1.5) - MIT License
- pytest-regressions (2.7.0) - MIT License
- pytest-subprocess (1.5.3) - MIT License
- pytest-timeout (2.3.1) - DFSG approved; MIT License
- pytest-xdist (3.6.1) - MIT License
- python-dateutil (2.9.0.post0) - Apache Software License; BSD License
- python-dotenv (1.1.0) - BSD License
- python-json-logger (3.3.0) - BSD License
- python-multipart (0.0.20) - Apache Software License
- pytz (2025.1) - MIT License
- pyzmq (26.3.0) - BSD License
- questionary (2.1.0) - MIT License
- readabilipy (0.3.0) - MIT License
- referencing (0.36.2) - UNKNOWN
- regex (2024.11.6) - Apache Software License
- reportlab (4.3.1) - BSD License
- requests (2.32.3) - Apache Software License
- requests-oauthlib (2.0.0) - BSD License
- rfc3339-validator (0.1.4) - MIT License
- rfc3986-validator (0.1.1) - MIT License
- rich (13.9.4) - MIT License
- rich-click (1.8.8) - MIT License
- rich-toolkit (0.13.2) - MIT License
- roman-numerals-py (3.1.0) - CC0 1.0 Universal (CC0 1.0) Public Domain Dedication; Zero-Clause BSD (0BSD)
- rpds-py (0.23.1) - MIT
- ruamel.yaml (0.18.10) - MIT License
- ruff (0.11.2) - MIT License
- setuptools (76.0.0) - MIT License
- shellingham (1.5.4) - ISC License (ISCL)
- six (1.17.0) - MIT License
- smmap (5.0.2) - BSD License
- sniffio (1.3.1) - Apache Software License; MIT License
- snowballstemmer (2.2.0) - BSD License
- sortedcontainers (2.4.0) - Apache Software License
- soupsieve (2.6) - MIT License
- sphinx-autobuild (2024.10.3) - MIT License
- sphinx-autodoc-typehints (3.1.0) - MIT License
- sphinx-basic-ng (1.0.0b2) - MIT License
- sphinx-copybutton (0.5.2) - MIT License
- sphinx-jinja2-compat (0.3.0) - MIT License
- sphinx-prompt (1.9.0) - BSD License
- sphinx-rtd-theme (3.0.2) - MIT License
- sphinx-tabs (3.4.5) - MIT License
- sphinx-toolbox (3.9.0) - MIT License
- sphinx_inline_tabs (2023.4.21) - UNKNOWN
- sphinx_mdinclude (0.6.2) - MIT License
- sphinx_selective_exclude (1.0.3) - MIT license
- sphinxcontrib-applehelp (2.0.0) - BSD License
- sphinxcontrib-devhelp (2.0.0) - BSD License
- sphinxcontrib-htmlhelp (2.1.0) - BSD License
- sphinxcontrib-jquery (4.1) - BSD License
- sphinxcontrib-jsmath (1.0.1) - BSD License
- sphinxcontrib-qthelp (2.0.0) - BSD License
- sphinxcontrib-serializinghtml (2.0.0) - BSD License
- sphinxext-opengraph (0.9.1) - BSD License
- sse-starlette (2.2.1) - BSD License
- stack-data (0.6.3) - MIT License
- standard-imghdr (3.10.14) - Python Software Foundation License
- starbridge (0.10.10) - MIT License
- starlette (0.46.1) - BSD License
- streamlit (1.44.1) - Apache Software License
- strip-markdown (1.3) - MIT License
- svglib (1.5.1) - GNU Lesser General Public License v3 (LGPLv3)
- swagger-plugin-for-sphinx (5.1.0) - Apache Software License
- sympy (1.13.3) - BSD License
- tabulate (0.9.0) - MIT License
- tenacity (9.1.2) - Apache Software License
- terminado (0.18.1) - BSD License
- tinycss2 (1.4.0) - BSD License
- toml (0.10.2) - MIT License
- tomli (2.2.1) - MIT License
- tomlkit (0.13.2) - MIT License
- tornado (6.4.2) - Apache Software License
- traitlets (5.14.3) - BSD License
- typer (0.15.2) - MIT License
- types-PyYAML (6.0.12.20250402) - UNKNOWN
- types-python-dateutil (2.9.0.20241206) - Apache Software License
- types-requests (2.32.0.20250328) - Apache Software License
- typing-inspection (0.4.0) - MIT License
- typing_extensions (4.12.2) - Python Software Foundation License
- tzdata (2025.1) - Apache Software License
- ujson (5.10.0) - BSD License
- uri-template (1.3.0) - MIT License
- urllib3 (2.3.0) - MIT License
- uv (0.6.6) - Apache Software License; MIT License
- uvicorn (0.34.0) - BSD License
- uvloop (0.21.0) - Apache Software License; MIT License
- virtualenv (20.29.3) - MIT License
- watchdog (6.0.0) - Apache Software License
- watchfiles (1.0.4) - MIT License
- wcmatch (10.0) - MIT License
- wcwidth (0.2.13) - MIT License
- webcolors (24.11.1) - BSD License
- webencodings (0.5.1) - BSD License
- websocket-client (1.8.0) - Apache Software License
- websockets (15.0.1) - BSD License
- widgetsnbextension (4.0.13) - BSD License
- wrapt (1.17.2) - BSD License
- zipp (3.21.0) - MIT License