Shared Margin
Related Servers
Alternatives to Shared Margin
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA local conversational writing canvas that provides an MCP interface for agents like Codex or Claude Code to collaboratively read, write, and manage pages and assets in real-time.93MIT
- AlicenseNot gradedqualityBmaintenanceEnables coding agents and human reviewers to share a single live view of code, letting the agent open and annotate specific lines while the human marks ranges to ask about, all without any write access to the underlying files.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables trusted Codex clients to share selected Markdown memory snapshots across machines through a private, self-hosted SQLite store reached over local stdio or SSH. Exposes tools to list, read, and search shared memory and to add append-only cross-machine notes, while keeping a read-only offline cache available when the server is unreachable.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables people and AI assistants to collaborate in a shared page where agents inspect room state and prepare structured drafts, while humans keep final authority over commitments and confirmations.MIT
- AlicenseNot gradedqualityBmaintenanceA local, read-only prototype for agent communication and project sharing with configurable permissions, supporting Codex Desktop and Claude Code integration.Apache 2.0
- AlicenseAqualityAmaintenanceA shared working-state layer for AI coding tools that provides a persistent notebook for decisions, tasks, and handoffs, enabling seamless context sharing between Claude, Cursor, and other MCP clients.13Apache 2.0
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: begin starts a session, capture saves a moment, export exports data, finish closes a session, and trail lists sessions or moments. There is no overlap or ambiguity.
All tools follow a consistent pattern: 'shared_margin_' prefix followed by an imperative verb (begin, capture, export, finish, trail) in snake_case. No deviations.
5 tools is appropriate for the domain of shared-attention sessions, covering creation, capture, export, closing, and listing. Neither too sparse nor excessive.
The tools cover the main lifecycle (begin, capture, export, finish, list/read). Missing update or delete operations for moments/sessions, but these are not essential for basic use. Minor gap.