Serversus.mindflows/mcp-server
S

MindFlows

us.mindflows/mcp-server · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.mindflows.us↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "us.mindflows/mcp-server",
  "description": "Visual workflow memory: search, read, and freeze MindFlows workflows from any agent.",
  "title": "MindFlows",
  "repository": {
    "url": "https://github.com/LogicLabsAI/mindflows",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://mindflows.us",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mindflows.us",
      "headers": [
        {
          "description": "Bearer <MindFlows API key>. Alternative to OAuth for headless clients. Generate one in Settings → Integrations at mindflows.us.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}