<h1 align="center">
<a href="https://prompts.chat">
This plugin repo provides pre-configured MCP servers for the Claude Code workshop, making it easy to get started with the Atlassian Rovo and Postgres MCPs.
Sign in to like and favorite skills
This plugin repo provides pre-configured MCP servers for the Claude Code workshop, making it easy to get started with the Atlassian Rovo and Postgres MCPs.
This plugin repo includes two MCP servers:
Install this plugin using the Claude Code plugin system:
# From the plugin directory claude plugin install . # Or from the GitLab repository (once published) # claude plugin install https://gitlab.com/vlad.coxall/claude-code-workshop-plugins
The Atlassian Rovo MCP uses OAuth authentication. When you first use it:
Note: Your site administrator may need to install the Atlassian MCP App before you can use this feature.
The Postgres MCP is pre-configured with the workshop database credentials:
The connection string is already configured in
.mcp.json. No additional setup is required for the workshop.
Once installed, the MCP servers will be automatically available in your Claude Code sessions. You can:
/mcpTo verify the plugin is installed correctly:
# List installed plugins claude plugin list # Check MCP server status claude mcp list
If you encounter OAuth authentication issues:
--mcp-debug for detailed loggingIf the Postgres MCP fails to connect:
localhost:12432@modelcontextprotocol/server-postgres package can be installedTo remove this plugin:
claude plugin uninstall claude-code-workshop-plugin
For workshop-specific questions, please contact the workshop organizer.
For Claude Code issues, visit: https://github.com/anthropics/claude-code/issues
MIT