Odel
secure flows

secure flows

@michal-leflerMITUpdated 1w ago

MCP server for secureFlows (secure-flows.com). Alias of io.github.michal-lefler/secureflows-mcp.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

secure-flows

This repo exists so secure-flows — the hyphenated form matching the product domain (secure-flows.com) — is findable both on GitHub and in the MCP Registry, alongside the primary io.github.michal-lefler/secureflows-mcp listing (registry search does a literal substring match against the listing name only, and secure-flows is not a substring of secureflows-mcp, so a second listing was the only way to make both search terms resolve).

Same live server, distinct listing. The MCP Registry rejects a second listing whose remotes[].url string exactly matches an existing one — it does not check whether the URL actually resolves to the same backend. This listing's remotes[].url is https://www.secure-flows.com/mcp?alias=secure-flows: a harmless query string appended to the real endpoint. nginx's routing ignores it, so it reaches the exact same running MCP server — this is not a fork, a proxy, or separate infrastructure, just a distinct URL string to satisfy the registry's uniqueness check.

This is not a separate server or a separate codebase. For the actual MCP server source, tests, and npm package, see michal-lefler/secureflows-mcp (npm: secureflows).

Configure your AI agent

{
  "mcpServers": {
    "secureflows": {
      "url": "https://www.secure-flows.com/mcp"
    }
  }
}

Product: www.secure-flows.com