← Browse

@intina47/server

MCP server package @context-sync/server

mcp_servermcp

Install

agr install @intina47/server --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@context-sync/server", "version": "2.0.0", "description": "Universal Context layer McP server", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "context-sync": "./dist/index.js", "context-sync-setup": "./bin/setup.cjs" }, "scripts": { "build": "tsc", "prepare": "npm run build", "postinstall": "node bin/install.cjs || true", "preinstall": "node -e "console.log('\n🧠 Installing Context Sync MCP Server...\n')"", "setup": "node bin/setup.cjs", "dev": "tsx src/index.ts", "start": "node dist/index.js", "watch": "tsx watch src/index.ts", "test": "node -e "console.log('āœ… Context Sync v2.0.0 - All systems ready!')"", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "Context Sync", "Context Management", "mcp", "mcp-server", "model-context-protocol", "ai", "ai-assistant", "context layer", "memory", "claude", "cursor", "github-copilot", "workspace", "file-access", "file-operations", "code-search", "git-integration", "developer-tools", "productivity", "typescript", "continue", "continue.dev", "zed", "windsurf", "tabnine", "copilot", "Notion", "Notion Integration", "documentation", "Notion MCP server" ], "author": { "name": "mamba", "url": "https://github.com/Intina47" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Intina47/context-sync.git" }, "bugs": { "url": "https://github.com/Intina47/context-sync/issues" }, "homepage": "https://github.com/Intina47/context-sync#readme", "files": [ "dist//*", "bin//", "README.md", "LICENSE", "docs/**/" ], "dependencies": { "@iarna/toml": "^2.2.5", "@modelcontextprotocol/sdk": "^0.5.0", "@notionhq/client": "^5.4.0", "better-sqlite3": "^11.0.0", "chokidar": "^4.0.3", "commander": "^11.0.5", "js-yaml": "^4.1.1", "readline-sync": "^1.4.10", "simple-git": "^3.30.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.9", "@types/chokidar": "^1.7.5", "@types/js-yaml": "^4.0.9", "@types/node": "^20.11.0", "@types/readline-sync": "^1.4.8", "tsx": "^4.20.6", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "overrides": { "detect-libc": "2.1.2", "http-errors": "1.8.1" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ] }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-d900e2fbcf392026-08-05