Skip to main content
Glama

Targetprocess MCP Server

# Pre-commit hooks for TargetProcess MCP # Run: pre-commit install # Usage: pre-commit run --all-files repos: # Security scanning - repo: https://github.com/gitleaks/gitleaks rev: v8.20.1 hooks: - id: gitleaks # Code quality - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-json - id: check-merge-conflict - id: check-added-large-files args: ['--maxkb=1000'] # TypeScript/JavaScript - repo: local hooks: - id: typescript-compile name: TypeScript Compilation Check entry: npm run build language: system types: [typescript] pass_filenames: false - id: eslint name: ESLint entry: npm run lint language: system types: [typescript] pass_filenames: false

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aaronsb/apptio-target-process-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server