Back to the catalog

io.github.michal-lefler/secure-flows

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
Version control
Publisher
michal-lefler
Origin
official
Category
ferramentas
Transport
http
Version
0.2.0
Last push
2026-08-25T10:49:49Z
Repository state
ativo
License
MIT
Added
2026-08-29 04:00:47
Updated
2026-08-29 04:00:47
Origin id
io.github.michal-lefler/secure-flows

README

# 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`](https://registry.modelcontextprotocol.io/v0/servers?search=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](https://github.com/michal-lefler/secureflows-mcp)
(npm: [`secureflows`](https://www.npmjs.com/package/secureflows)).

## Configure your AI agent

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

Product: [www.secure-flows.com](https://www.secure-flows.com)

More