SkillAgentSearch skills...

tenet-mcp-server

Tenet MCP Server

Install / Use

claude mcp add tenetlabsdev -- npx -y github:tenetlabsdev/tenet-mcp-server

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

29/100

Category

Legal

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "@tenetlabs/mcp", "version": "0.1.3", "description": "MCP server for Tenet PII detection and redaction — scan files, redact sensitive data, and enforce compliance policies before AI processes your data.", "author": "Tenet Labs team@tenetlabs.com (https://tenetlabs.com)", "license": "MIT", "homepage": "https://tenetlabs.com", "bugs": { "url": "https://github.com/tenetlabsdev/tenet-mcp-server/issues" }, "repository": { "type": "git", "url": "https://github.com/tenetlabsdev/tenet-mcp-server.git" }, "type": "module", "bin": { "tenet-mcp": "dist/index.js" }, "main": "dist/index.js", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "manifest.json", "icon.png", "LICENSE", "README.md" ], "scripts": { "build:tsc": "tsc", "build": "node -e "require('esbuild').buildSync({entryPoints:['src/index.ts'],bundle:true,platform:'node',target:'node18',format:'esm',outfile:'dist/index.js',minify:false,sourcemap:true,external:[],banner:{js:'#!/usr/bin/env node'}})"", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "prepublishOnly": "npm run build" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1" }, "devDependencies": { "@types/node": "^20.11.0", "esbuild": "^0.28.0", "typescript": "^5.3.0", "vitest": "^4.1.3" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryLegal
UpdatedNaNy ago
Forks0

Security Score

63/100

Audited on Invalid Date

2 medium2 low