MCP server for Work Graph — work items in intent/**/*.work.bvc
| Tool name | Description | Destructive? |
|---|---|---|
| list_work_items | ✓ no | |
| get_work_item | ✓ no | |
| get_backlog_snapshot | ✓ no | |
| get_current_cycle | ✓ no | |
| get_promote_ready_queue | ✓ no |
| get_intent_hierarchy | ✓ no | |
| get_architecture_snapshot | ✓ no | |
| get_unified_linkage | ✓ no | |
| query_intent_plane | ✓ no | |
| query_semantic_field | ✓ no | |
| detect_semantic_drift | ✓ no | |
| get_context_slice | ✓ no | |
| find_semantic_voids | ✓ no | |
| get_epic_work_scope | ✓ no | |
| get_pvrg_task_scope | ✓ no | |
| get_graph_rag_context | ✓ no | |
| list_memory_records | ✓ no | |
| get_memory_record | ✓ no | |
| list_evidence_records | ✓ no | |
| get_evidence_record | ✓ no | |
| get_operator_shell_snapshot | ✓ no | |
| get_step_graph_projection | ✓ no | |
| get_step_graph_slice | ✓ no | |
| update_work_item_status | ✓ no | |
| add_work_item_evidence | ✓ no | |
| claim_work_item | ✓ no | |
| complete_work_item | ✓ no | |
| git_snapshot | ✓ no | |
| get_work_contract | ✓ no | |
| assert_task_ready_for_done | ✓ no | |
| validate_evidence | ✓ no | |
| get_analytics_lineage | ✓ no | |
| create_work_item | ✓ no | |
| get_work_item_pipeline | ✓ no | |
| record_work_item_analysis | ✓ no | |
| record_work_item_decision | ✓ no | |
| list_work_item_ui_references | ✓ no | |
| attach_work_item_ui_reference | ✓ no | |
| read_work_item_atom | ✓ no | |
| semantic_search | ✓ no | |
| onebase_list_metadata | ✓ no | |
| onebase_read_config_file | ✓ no | |
| onebase_describe_config | ✓ no | |
| onebase_check_config | ✓ no | |
| onebase_rest_get | ✓ no | |
| onebase_rest_write_prepare⚠ | ⚠ yes | |
| onebase_rest_write_execute⚠ | ⚠ yes |
{
"mcpServers": {
"work-graphmcp": {
"command": "npx",
"args": [
"-y",
"@work-graph/mcp"
]
}
}
}