BANCS-Norway/claude_session_coordinator
3.2
If you are the rightful owner of claude_session_coordinator and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Claude Session Coordinator is a flexible MCP server that enables multiple Claude AI sessions to coordinate work across machines through shared state management.
Tools
Functions exposed to the LLM to take actions
sign_on
Claim an instance and establish session identity.
store_data
Store data in scoped contexts.
retrieve_data
Retrieve stored data.
list_keys
Discover available keys in a scope.
list_scopes
List all scopes with optional filtering.
delete_data
Remove specific data.
delete_scope
Remove entire scope.
sign_off
Release session instance.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client