Didacte Connector for AI agents.
10 live capabilities
Manage corporate training and LMS data through natural conversation.
Waiting for input…
Why people use Didacte
Didacte LMS Management for Corporate Training
This Connector changes that by letting your AI agent do the heavy lifting for you. You can ask about specific learner profiles, check which employees are lagging behind, or get a full breakdown of a course's curriculum in seconds. You get a clear picture of your training status without the manual data entry.
What Vinkius changes
You get direct access to your LMS data through a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding audit
An HR lead wants to see if all 50 new hires finished their safety modules.
- Real-world use case 02
Content research
A training coordinator needs to know what's in the Leadership course.
- Real-world use case 03
User profile check
A manager wants to know what Alice has finished.
Complete set · 10capabilities
The complete Didacte capability set.
These are the exact actions your AI can choose when you ask it to work with Didacte.
01—04
4 capabilities in this set.
Part of 10 available through Didacte.
- 01 Capability
List lms courses
List all available courses in your Didacte organization. Use this to browse your entire catalog at once.
- 02 Capability
Get user learning profile
Get full profile and summary for a specific user. This lets you check individual progress in one go.
- 03 Capability
List active learning progress
Identify enrollments where learners have made recent progress. Use this to see who is currently active.
- 04 Capability
List course enrollments
List all users currently enrolled in a specific course. This is great for checking class sizes quickly.
05—07
3 capabilities in this set.
Part of 10 available through Didacte.
- 05 Capability
List user enrollments
List all courses a specific user is enrolled in. This helps track individual learning paths.
- 06 Capability
List organization users
List all users and learners registered in your organization. This provides a bird's-eye view of your audience.
- 07 Capability
Search courses by title
Search for a course using a title keyword. Use this to quickly locate content in a large catalog.
08—10
3 capabilities in this set.
Part of 10 available through Didacte.
- 08 Capability
Get account metadata
Retrieve metadata and usage limits for your Didacte organization. This helps you stay within your plan's boundaries.
- 09 Capability
Get course details
Get detailed settings and information for a specific course. Use this to check configuration details quickly.
- 10 Capability
List course curriculum
List all lessons and modules within a specific course. This lets you see the full content structure.
Set up in minutes
One URL. Then ask Didacte to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Didacte from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Ba5x8cfi04bh7jgpKwgPW98ANeYBcT0Jh3bMIJmK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Didacte, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Didacte for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Ba5x8cfi04bh7jgpKwgPW98ANeYBcT0Jh3bMIJmK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Didacte URL.
- Step 03
Save and start
Save the connection and enable Didacte in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"didacte": {
"url": "https://edge.vinkius.com/vk_preview_Ba5x8cfi04bh7jgpKwgPW98ANeYBcT0Jh3bMIJmK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Didacte
Open Agent mode in chat and ask: "Using Didacte, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"didacte": {
"url": "https://edge.vinkius.com/vk_preview_Ba5x8cfi04bh7jgpKwgPW98ANeYBcT0Jh3bMIJmK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Didacte
Ask Copilot: "Using Didacte, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"didacte": {
"url": "https://edge.vinkius.com/vk_preview_Ba5x8cfi04bh7jgpKwgPW98ANeYBcT0Jh3bMIJmK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Didacte
Open Cascade and ask: "Using Didacte, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"didacte": {
"url": "https://edge.vinkius.com/vk_preview_Ba5x8cfi04bh7jgpKwgPW98ANeYBcT0Jh3bMIJmK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Didacte
Ask Cline: "Using Didacte, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add didacte --transport http "https://edge.vinkius.com/vk_preview_Ba5x8cfi04bh7jgpKwgPW98ANeYBcT0Jh3bMIJmK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Didacte
Ask Claude: "Using Didacte, show me...". 10 tools are ready
Where the request belongs
Work Didacte can move forward.
This is for L&D managers who are tired of manual reporting, training coordinators managing hundreds of seats, and HR leads tracking new hire onboarding progress.
L&D Manager
Checks which departments have finished their mandatory compliance training on a Tuesday afternoon.
Training Coordinator
Researches course curricula to ensure content is up to date for new modules.
HR Onboarding Specialist
Monitors the progress of new hires to ensure they finish their orientation on time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLearnUpon
Manage users, courses, and enrollments via the LearnUpon LMS API.
AcademyOcean
LMS for smart corporate training. manage learners, courses, and training progress via AI.
DigitalChalk
Equip your AI agent to manage LMS offerings, track learner progress, and monitor exam results via the DigitalChalk API.
Innform
Train your team with an LMS that creates courses from your content, tracks completion, and gamifies the learning experience.
Coassemble
Manage online training and LMS via Coassemble. track courses, monitor enrolments, and manage student groups directly from any AI agent.
AcademyOfMine
Manage AcademyOfMine LMS. orchestrate courses, register learners, and track enrollments directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Didacte connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Didacte.
The practical details behind the request, access and result.
Can the Didacte MCP help me see who's finished training?
Yes. It lets your agent check recent progress to see who's moving through their courses and who might need a nudge.
How do I use Didacte MCP to check a new hire's progress?
You just ask your agent about the specific person. It pulls their full profile and summary to show you exactly where they stand.
Can I find specific courses in Didacte MCP?
Yes. You can search by title or list every course in your organization to find exactly what you need.
Does Didacte MCP work with Claude or Cursor?
It works with any MCP-compatible client like Claude, Cursor, or Windsurf.
Can I see the lessons inside a course with Didacte MCP?
Yes. You can pull the full curriculum for any course to see every module and lesson included.
What happens if I want to see everyone in a class?
The agent can pull a list of every user currently enrolled in a specific course for you.
How do I get a Didacte API Token?
Log in to your Didacte account, navigate to the API section in your settings, and you can generate or retrieve your unique API Token from there.
What is the subdomain?
It is the first part of your Didacte URL. For example, if you access your portal at 'mycompany.didacte.com', your subdomain is 'mycompany'.
Can the agent see course content?
The agent can list lessons and modules to provide an overview of the curriculum, but full course materials (videos, documents) are viewed within the Didacte platform.
One connection away
Give your agent a direct line to Didacte.
Connect Didacte once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available