{
"name": "goalstory-mcp",
"version": "0.3.2",
"description": "MCP server for achieving your goals with visualization.",
"main": "dist/index.js",
"type": "module",
"bin": {
"orchestra8-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && chmod 755 dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspect": "npx @modelcontextprotocol/inspector dist/index.js http://127.0.0.1:4000 admin",
"mcp": "concurrently \"npm run build && npm run inspect\" \"npm run watch\" ",
"pub": "npm publish --access public",
"watch-claude-desktop-logs": "tail -n 20 -F ~/Library/Logs/Claude/mcp*.log"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hichana/goalstory-mcp"
},
"keywords": [
"mcp",
"Goal Story",
"claude",
"ai",
"visualization",
"personal growth",
"professional growth"
],
"author": "@hichana",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/hichana/goalstory-mcp/issues"
},
"homepage": "https://goalstory.ing",
"dependencies": {
"@modelcontextprotocol/sdk": "1.7.0",
"axios": "^1.7.9",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.11",
"concurrently": "^9.1.2",
"shx": "^0.3.4",
"typescript": "^5.8.2"
}
}