This guide gets you from no setup to asking Claude Desktop “who’s overdue on safety training?” in about five minutes.Documentation Index
Fetch the complete documentation index at: https://docs.konstantly.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Konstantly tenant on Pro or Enterprise plan (the MCP Keys settings tab is hidden on Free/Starter)
- Admin or super-user role on that tenant (the
mcp_managepermission) - Claude Desktop, Claude Code, or Cursor installed
- Node.js 18+ on your machine (required by
npx)
1. Generate an MCP key
In your Konstantly browser tab, navigate to Settings → MCP Keys. If the tab isn’t visible, your tenant’s license doesn’t include MCP access. Talk to your account manager about upgrading. Click Generate key, give it a recognizable name (e.g. “My laptop”, “Production agent”), and choose scopes:- Read — always available. Queries, reports, lookups.
- Write — Enterprise plan only. Assignments, user management, course operations.
2. Install in your AI tool
Pick the tool you use:- Claude Desktop
- Claude Code
- Cursor
Open your Claude Desktop config file:Restart Claude Desktop. The 🔌 menu now shows
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
mcpServers entry:konstantly with its tool list.KONSTANTLY_MCP_KEY— thekmcp_...you copied in step 1KONSTANTLY_URL— your Konstantly instance URL, exactly as it appears in your browser (e.g.https://acme.konstantly.com)
3. Ask your first question
Open your AI tool. Try a few prompts that work with the read-only tools:
“Find a user named Sarah.”
(fires find_user)
“How many learners have completed the OSHA refresher course?” (firesfind_course+get_compliance_status)
“Show me last week’s leaderboard.”
(fires get_leaderboard)
“What’s my own training status?”
(fires list_my_assignments)
If you have write access, try:
“Assign the new-hire bundle to user 42, deadline in 14 days.”
(fires assign_training — writes an audit log entry visible in Settings → Action Log)
4. Verify the connection (optional)
If something’s not working, switch on debug mode by adding to your env config:| Symptom | Cause | Fix |
|---|---|---|
| ”Konstantly rejected the API key” | Key revoked or never existed | Generate a new key |
| ”license does not include MCP access” | Plan doesn’t include MCP | Upgrade in Settings → Billing |
| Tool list missing write tools | Your account doesn’t have write permission, OR your plan is Pro (read-only) | Check your role’s permissions; if Pro, upgrade to Enterprise |
| ”KONSTANTLY_URL must use https://“ | You typed http:// | Fix the URL (must be https://) |
| Nothing happens when you ask | Your AI tool didn’t restart after config change | Quit and reopen |
5. What’s next
- See the full Tools Reference for everything you can do
- Understand the Authentication model
- Review Security best practices before sharing keys
- Read the Permissions matrix to know which tools your role can use