-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels