apptio-targetprocess-mcp

msbritt/apptio-targetprocess-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 6d ago
MCP server enabling AI assistants to interact with Targetprocess data through intelligent semantic operations and workflow-aware tools that adapt to your configuration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apptio-targetprocess": {
      "command": "npx",
      "args": [
        "-y",
        "msbritt/apptio-targetprocess-mcp"
      ]
    }
  }
}