You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the PROJECT_ID is a non-human-readable identifier (likely a UUID), which makes it difficult to know what each MCP server is doing — especially when managing several running flows.
Problem
External tools (e.g. webhooks, pipelines, integrations) often treat the PROJECT_ID as a meaningful part of the endpoint — essentially as the name of the service. When the project_id is an opaque string, it's hard to tell which MCP is which without consulting a mapping somewhere else.
Proposed Feature
Introduce the ability to define a custom alias for each Langflow project that can be used in place of the project_id in the URL, such as:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello 👋
First of all, thank you for the amazing work on Langflow!
I'm using the MCP server to integrate multiple Langflow projects into external tools. Currently, each project is accessed via a URL such as:
http://LANGFLOW_SERVER_ADDRESS/api/v1/mcp/project/PROJECT_ID/sse
However, the
PROJECT_IDis a non-human-readable identifier (likely a UUID), which makes it difficult to know what each MCP server is doing — especially when managing several running flows.Problem
External tools (e.g. webhooks, pipelines, integrations) often treat the
PROJECT_IDas a meaningful part of the endpoint — essentially as the name of the service. When theproject_idis an opaque string, it's hard to tell which MCP is which without consulting a mapping somewhere else.Proposed Feature
Introduce the ability to define a custom alias for each Langflow project that can be used in place of the
project_idin the URL, such as:http://LANGFLOW_SERVER_ADDRESS/api/v1/mcp/project/support-agent/sse
This would involve:
aliasfield to each project.project_id(default behavior),alias, when present.Benefits
Example Use Case
fe1b66f3-d4b7-4f5b-b08e-a8942c3csupport-agent/api/v1/mcp/project/support-agent/sse98e7c52e-c3fd-40e2-9fa7-8a88b1cfinternal-assistant/api/v1/mcp/project/internal-assistant/sseLet me know if this sounds feasible — happy to help discuss or test this feature 🙌
Thanks again for Langflow!
Beta Was this translation helpful? Give feedback.
All reactions