streamable-httpMITupdated 14d ago
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).
What can you do with secure flows?
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
Install
Add secure flows to your client. Pick the one you use.
claude mcp add --transport http secure-flows https://www.secure-flows.com/mcp?alias=secure-flowscodex mcp add secure-flows --url https://www.secure-flows.com/mcp?alias=secure-flows{
"mcpServers": {
"secure-flows": {
"url": "https://www.secure-flows.com/mcp?alias=secure-flows"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"secure-flows": {
"type": "http",
"url": "https://www.secure-flows.com/mcp?alias=secure-flows"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"secure-flows": {
"url": "https://www.secure-flows.com/mcp?alias=secure-flows"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"secure-flows": {
"serverUrl": "https://www.secure-flows.com/mcp?alias=secure-flows"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.0Latest | Aug 25, 2026 |