Back to directory
harness-mcp-server

harness-mcp-server

@vistaarjuneja2

A Model Context Protocol (MCP) server that integrates with Harness APIs to provide automation and interaction capabilities for pipelines, pull requests, repositories, and logs.

harnessci/cdpipelinespull requestsrepositorieslogsautomationcloud

Installation & Configuration

{
  "mcpServers": {
    "harness": {
      "command": "/path/to/harness-mcp-server",
      "args": [
        "stdio"
      ],
      "env": {
        "HARNESS_API_KEY": "<YOUR_API_KEY>",
        "HARNESS_ACCOUNT_ID": "<YOUR_ACCOUNT_ID>",
        "HARNESS_ORG_ID": "<YOUR_ORG_ID>",
        "HARNESS_PROJECT_ID": "<YOUR_PROJECT_ID>"
      }
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2025/4/14
Updated
2025/6/18