Integrates Claude Desktop with Google workspace and Atlassian workspaces
Project description
[PRE-ALPHA] starbridge MCP server for Claude Desktop
⚠️ WARNING: This project is currently in pre-alpha phase, i.e. partly functional. Feel free to watch or star the repository to stay updated on its progress.
Integrates Cl aude Desktop with Google workspace and Atlassian workspaces.
This integration serves two main purposes:
- Make Claude smarter: 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.
- Improve efficiency: Automate workflows such as generating Confluence pages from Google Docs, or vice versa.
Examples
- "Create a page about road cycling, focusing on Canyon bikes, in the personal confluence space of Helmut."
Setup
Step 1: Create .env
cp .env.template .env
code .env
Step 1: Open configuration of Claude Desktop:
- macOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json - Windows:
code %APPDATA%/Claude/claude_desktop_config.json
Step 2: Add the following configuration.
"mcpServers": {
"starbridge": {
"command": "uvx",
"args": [
"starbridge",
"mcp",
"serve"
"--confluence-url",
"{{ CONFLUENCE_URL }}",
"--confluence-email-address",
"{{ CONFLUENCE_EMAIL_ADDRESS }}",
"--confluence-api-token",
"{{ CONFLUENCE_API_TOKEN }}",
}
}
Notes:
- Assumes you have Visual Studio Code installed and the
codecommand is available. - In case you already have a section
mcpServers, just add thestarbridgeentry.
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]
Contributing
Please read our Contributing Guidelines for how to setup for development, and before making a pull request.
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file starbridge-0.0.2.tar.gz.
File metadata
- Download URL: starbridge-0.0.2.tar.gz
- Upload date:
- Size: 92.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2509dd38d266d6f9429d786e3d22f8242817ab0c110515a5be209616093559
|
|
| MD5 |
ed6f5dbafc9531842a59febaac1083a6
|
|
| BLAKE2b-256 |
15dcbe3dbc619c9dfc035986ad36b2e716c6ee5cfa9846aad6beb12bd9dc1939
|
File details
Details for the file starbridge-0.0.2-py3-none-any.whl.
File metadata
- Download URL: starbridge-0.0.2-py3-none-any.whl
- Upload date:
- Size: 34.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4eb8a88f847f756697db02637a04604d68287ded73d4f64d3684e4dba6b92129
|
|
| MD5 |
d30afd589276f81a11750646866765f4
|
|
| BLAKE2b-256 |
87b5a64dda7a14c826fbf61752d539940e01692c5e14ff8a1bfb02730588ff66
|