Devici MCP Server
JSON →Manage threat models, components, and security data on the Devici platform.
Install
uvx (recommended) Tools · 36
- get_users Get users with pagination
- get_user_by_id Get specific user by ID
- search_users Search users by field and text
- invite_user Invite new users
- get_collections Get collections with pagination
- get_collection_by_id Get specific collection by ID
- create_collection Create new collections
- get_threat_models Get all threat models with pagination
- get_threat_models_by_collection Get threat models by collection
- get_threat_model_by_id Get specific threat model by ID
- create_threat_model Create new threat models
- get_components Get components with pagination
- get_component_by_id Get specific component by ID
- get_components_by_canvas Get components by canvas
- create_component Create new components
- get_threats Get threats with pagination
- get_threat_by_id Get specific threat by ID
- get_threats_by_component Get threats by component
- create_threat Create new threats
- get_mitigations Get mitigations with pagination
- get_mitigation_by_id Get specific mitigation by ID
- get_mitigations_by_threat Get mitigations by threat
- create_mitigation Create new mitigations
- get_teams Get teams with pagination
- get_team_by_id Get specific team by ID
- get_team_users Get team users
- create_team Create new teams
- get_dashboard_data Get dashboard data
- get_report_data Get report data
- get_threat_model_statistics Get threat model statistics
- get_comments Get comments with pagination
- get_comment_by_id Get specific comment by ID
- get_audit_logs Get audit logs
- get_codex_attributes Get codex attributes
- get_codex_mitigations Get codex mitigations
- get_codex_threats Get codex threats
Environment variables
DEVICI_API_BASE_URLDEVICI_CLIENT_IDDEVICI_CLIENT_SECRET
Links
★ 4 GitHub stars