MCP server for secureFlows: wraps the ai-safe/ai-optional API surface and scaffolds AI-agent integrations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"secureflows-mcp-serv": {
"command": "npx",
"args": [
"-y",
"michal-lefler/secureflows-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add secureflows-mcp-serv npx -y michal-lefler/secureflows-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"secureflows-mcp-serv": {
"command": "npx",
"args": [
"-y",
"michal-lefler/secureflows-mcp-server"
]
}
}
}