Connect AI assistants like Claude Desktop, Cursor, VS Code, or Claude Code to your SysValueT data via the Model Context Protocol.
One-click setup using deep links. You'll be prompted to enter your API token.
Opens Cursor and installs the MCP server config automatically.
Opens VS Code and installs the MCP server config automatically.
Log in to the SysValueT app, then copy your token from Session Storage (sp_auth_token), or obtain one via the API:
curl -X POST https://your-api.example.com/api/v2/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com", "password": "your-password"}'Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"sysvaluet": {
"url": "https://your-mcp-server.example.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Restart your MCP client so it picks up the new server configuration.
Verify the connection by asking your AI assistant: "List my HTA documents"
14 tools across 4 categories are available via the MCP server.
Create, read, update, and delete Hierarchical Task Analysis documents.
list_htacreate_htaupdate_htadelete_htaManage risk assessments linked to HTA nodes with full CRUD and versioning.
list_assessmentsget_assessmentcreate_assessmentdelete_assessmentupdate_assessment_versionGenerate HTA context, start AI chat sessions, send messages, and retrieve prompts.
generate_contextstart_ai_chat_sessionsend_ai_chat_messageget_recent_promptsRetrieve the authenticated user's profile information.
get_profile