← Browse

@kingston/outline-sync

A

MCP server package outline-sync

mcp_servermcp

Install

agr install @kingston/outline-sync --target claude

This artifact does not publish files for Claude.

Document

{ "name": "outline-sync", "version": "0.2.6", "description": "Enable 2-way sync between an Outline workspace and file system + MCP support", "repository": { "type": "git", "url": "git+https://github.com/kingston/outline-sync" }, "license": "MIT", "author": "Kingston Tam", "type": "module", "bin": { "outline-sync": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "generate:openapi": "openapi-typescript https://raw.githubusercontent.com/outline/openapi/refs/heads/main/spec3.yml -o ./src/services/generated/outline-openapi.d.ts --properties-required-by-default", "lint": "eslint .", "prettier:check": "prettier --check .", "prettier:write": "prettier -w .", "release": "pnpm build && pnpm changeset publish", "start": "tsx src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit", "watch": "tsx watch src/index.ts" }, "dependencies": { "@langchain/community": "^0.3.44", "@langchain/core": "^0.3.57", "@langchain/textsplitters": "^0.1.0", "@modelcontextprotocol/sdk": "^1.12.0", "chalk": "^5.4.1", "commander": "^14.0.0", "dotenv": "^16.5.0", "es-toolkit": "^1.39.7", "express": "^5.1.0", "faiss-node": "^0.5.1", "globby": "^14.1.0", "gray-matter": "^4.0.3", "mime-types": "^3.0.1", "openapi-fetch": "^0.14.0", "ora": "^8.2.0", "p-limit": "^6.2.0", "slugify": "^1.6.6", "zod": "^3.25.20" }, "devDependencies": { "@changesets/cli": "2.29.7", "@faker-js/faker": "^9.8.0", "@ktam/lint-node": "0.5.1", "@tsconfig/node20": "^20.1.5", "@types/express": "^5.0.2", "@types/mime-types": "^2.1.4", "@types/node": "^20.19.13", "eslint": "9.36.0", "memfs": "^4.17.2", "openapi-typescript": "^7.8.0", "prettier": "3.6.2", "tsc-alias": "^1.8.16", "tsx": "4.20.5", "typescript": "5.8.3", "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.4" }, "peerDependencies": { "@langchain/anthropic": "^0.3.21", "@langchain/google-genai": "^0.2.9", "@langchain/openai": "^0.5.11" }, "peerDependenciesMeta": { "@langchain/anthropic": { "optional": true }, "@langchain/google-genai": { "optional": true }, "@langchain/openai": { "optional": true } }, "packageManager": "pnpm@10.17.0", "engines": { "node": ">=20", "pnpm": ">=9" }, "publishConfig": { "access": "public", "provenance": true }, "pnpm": { "onlyBuiltDependencies": [ "faiss-node", "protobufjs" ], "ignoredBuiltDependencies": [ "esbuild", "unrs-resolver" ] } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-32cc25cf0f742026-08-06