Skip to main content
Glama

Targetprocess MCP Server

# Gitleaks configuration for TargetProcess MCP # Prevents accidental commit of secrets and credentials [extend] # Use default gitleaks rules as baseline useDefault = true [allowlist] description = "Allowlisted findings for TargetProcess MCP" # Allow example values in documentation regexes = [ '''(your-domain\.tpondemand\.com|your-username|your-password|example\.com)''', '''\$\{[A-Z_]+\}''' ] # Allow example files paths = [ "config/.*\\.example\\..*", "docs/.*\\.md$", "README\\.md$", "CLAUDE\\.md$" ] # Historical commits with test credentials (already removed from codebase) commits = [ "c7d1eefd21f19750b7eab5672a13c2a865d03ec8", "78c9068bbd0bd2bf540f1ecc90e800553f60e5f1", "a1143dba005fa8cbb83d0c8bfb283d7c2c49de9c" ] [rules.generic-api-key] description = "Detect generic API keys but allow documented examples" secretGroup = 1 regex = '''(?i)(?:key|api|token|secret|password)\s*[=:]\s*['"]?([a-z0-9]{10,})['"]?''' keywords = ["key", "api", "token", "secret", "password"]

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