Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Targetprocess MCP Server
by
aaronsb
Verified
GitHub
Developer Tools
Knowledge & Memory
Search
TypeScript
MIT License
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
config
docs
.github
resources
scripts
src
ADDITIONAL_READING.md
ADVANCED_USAGE.md
ARCHITECTURE.md
DATA_ANALYSIS.md
DEVELOPMENT.md
docker-entrypoint.sh
Dockerfile
eslint.config.js
.gitignore
.gitmodules
jest.config.js
LICENSE
llms-install.md
package.json
package-lock.json
README.md
TODO.md
tsconfig.json
USECASES.md
{ "name": "TargetProcessMCP", "version": "0.1.0", "description": "A tool server for Apptio Target Process", "private": true, "type": "module", "bin": { "TargetProcessMCP": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "[ \"$NODE_ENV\" != \"production\" ] && npm run build || exit 0", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "lint": "rm -rf build && eslint 'src/**/*.ts'", "test": "jest" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.7.9", "node-fetch": "^3.3.2", "zod": "^3.24.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^8.25.0", "@typescript-eslint/parser": "^8.25.0", "eslint": "^9.21.0", "jest": "^29.7.0", "ts-jest": "^29.2.6", "typescript": "^5.3.3" } }