How to Use the Coassemble MCP in Claude Code
Push training enrollments and pull course data directly into your Claude Code terminal sessions.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Coassemble MCP to Claude Code
Create your Vinkius account to connect Coassemble to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Manage Coassemble training via Claude Code
Stop jumping between your browser and the terminal to check student progress. You can run `list_coassemble_members` or `list_coassemble_courses` to pull raw data straight into your shell session. Automate your onboarding flow by triggering `enroll_member_in_course` based on your commit history or build success. It turns your training platform into just another dependency you can manage with code.
Track course completion in Claude Code
Pipe `get_training_completion_results` into your logs to see exactly who finished their modules. You'll get the grades and completion timestamps without leaving your current workspace. Parse these results in your CI/CD pipelines to block deployments if specific team members haven't finished their mandatory security training. It keeps your compliance checks automated and visible.
Organize student groups with Claude Code
Use `get_member_group_associations` to audit your team structures and group memberships in real-time. This MCP server lets you see exactly how your workspace is partitioned from a single command. Query `list_coassemble_groups` to verify your hierarchy before pushing new training assignments. You spend less time hunting for IDs and more time running your automated training scripts.
Set up Coassemble MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecoassemble-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Coassemble transactions." It will automatically discover and invoke the available Coassemble tools.
claude mcp add --transport http coassemble-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Coassemble MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Coassemble MCP today
We host it, we monitor it, we maintain it. You just paste one token.