secure flows for Claude Desktop
io.github.michal-lefler/secure-flows
MCP server for secureFlows (secure-flows.com). Alias of io.github.michal-lefler/secureflows-mcp.
client:Claude Desktop
transport:streamable-http
tools:18
Install secure flows in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"secure-flows": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.secure-flows.com/mcp?alias=secure-flows"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- get_sessions
- post_sessions
- get_sessions_identity
- post_sessions_get_or_create
- post_sessions_renew_session_token
- post_sessions_set_key
- get_sessions_get_key
- delete_sessions_delete_key
- post_sessions_revoke
- auth_session_callback
- get_auth_logout
- post_auth_logout
- get_sessions_my
- post_sessions_revoke_session_id
- get_docs_search
- secureflows_build_login_url
- secureflows_build_logout_url
- secureflows_lint_integration