Skip to content

Make it easier to work across the account's organizations and projects #37

@burkestar

Description

@burkestar

Idea

When using the MCP Server via Claude Code, it appears the organization ID and project ID are required for tools like list_pipelines. For a complex organization with many orgs and projects, ideally there would be a tool to list organizations and projects so I don't have to look up the IDs, or to make the tools more generalized to work across projects.

Sample response

Here is the current response when using the MCP tool.

❯ harness list all organization ids and project ids

⏺ The Harness MCP tools don't include a "list organizations" or "list projects" endpoint — the available tools are:

  - list_pipelines — requires org + project IDs (already known)
  - list_executions — requires org + project IDs
  - list_connectors — account-level only (no org/project listing)
  - list_dashboards — no org/project info
  - get_pipeline, get_execution, fetch_execution_url, get_connector_details

  There's no tool to enumerate orgs or projects from the MCP server. You'll need to look these up in the Harness UI:

  1. Go to app.harness.io
  2. Account Settings → Organizations to see all org IDs
  3. Click into an org → Projects to see project IDs

  Or check the URL when inside a project — it follows the pattern:
  /ng/account/<account_id>/orgs/<org_id>/projects/<project_id>/

  Once you have those values, I can pull the pipeline details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions