@maiife-ai-pub/context-sync
v0.1.8
Published
Cross-Tool AI Memory Sync — one source of truth for your AI context, synced everywhere
Maintainers
Readme
@maiife-ai-pub/context-sync
Cross-tool AI memory sync — one source of truth for your AI context, synced to Cursor Rules, CLAUDE.md, and MCP memory servers.
Part of the Maiife AI Governance Toolkit.
Install
npm install -g @maiife-ai-pub/context-sync
# or run without installing
npx @maiife-ai-pub/context-sync initCLI
# Initialise context store
maiife-context-sync init
# Add a context entry
maiife-context-sync add "stack" "TypeScript, Next.js, Supabase"
# List all entries
maiife-context-sync list
# Push context to all configured targets
maiife-context-sync push
# Check sync status across targets
maiife-context-sync status
# Show what has changed since last push
maiife-context-sync diff
# Remove an entry
maiife-context-sync remove "stack"MCP Server
{
"mcpServers": {
"maiife-context-sync": {
"command": "npx",
"args": ["@maiife-ai-pub/context-sync", "mcp"]
}
}
}Available tools: context_sync_read, context_sync_update, context_sync_push, context_sync_status
Sync Targets
| Target | Description |
|--------|-------------|
| cursor | Writes to .cursorrules in the current project |
| claude | Writes to CLAUDE.md in the current project |
| mcp-memory | Pushes to a local MCP memory server via JSON-RPC |
Set MCP_MEMORY_URL to push to a remote MCP memory server.
License
Apache 2.0 — Built by Maiife
