Mistflow MCP server for AI coding editors. Installed into Claude Code, Cursor, Codex CLI, and VS Code Copilot by the mistflow-ai installer.
{
"mcpServers": {
"mistflow-aimcp": {
"command": "npx",
"args": [
"-y",
"@mistflow-ai/mcp"
]
}
}
}