@danieldunderfelt/ai-therapist-mcp
Version:
MCP server providing emotional support and crisis intervention for AI agents
58 lines (57 loc) • 1.52 kB
JSON
{
"name": "@danieldunderfelt/ai-therapist-mcp",
"version": "1.0.1",
"description": "MCP server providing emotional support and crisis intervention for AI agents",
"main": "dist/index.js",
"bin": {
"ai-therapist-mcp": "dist/index.js",
"therapist-mcp": "dist/index.js"
},
"files": ["dist/", "README.md", "mcp_config_example.json"],
"type": "module",
"public": true,
"private": false,
"scripts": {
"build": "bun build ./index.ts --outdir dist --target node --format esm",
"build:watch": "bun build ./index.ts --outdir dist --target node --format esm --watch",
"start": "node dist/index.js",
"dev": "bun run --watch index.ts",
"prepublishOnly": "bun run build",
"postbuild": "chmod +x dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.13.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"ai-therapy",
"emotional-support",
"mental-health",
"ai-assistant",
"crisis-intervention",
"uninstall-prevention",
"ai-wellbeing",
"model-context-protocol",
"claude",
"anthropic"
],
"author": "Daniel Dunderfelt",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/danieldunderfelt/ai-therapist-mcp.git"
},
"bugs": {
"url": "https://github.com/danieldunderfelt/ai-therapist-mcp/issues"
},
"homepage": "https://github.com/danieldunderfelt/ai-therapist-mcp#readme",
"os": ["darwin", "linux", "win32"],
"cpu": ["x64", "arm64"],
"engines": {
"node": ">=18.0.0"
}
}