7 structured tools via JSON-RPC 2.0. Add one line to your config and your AI agent gets GPU compute, statistics, ML, and data analysis. No API keys. No cloud. Everything local.
Each tool accepts structured JSON input and returns structured JSON output. Your agent calls them like any other MCP tool.
Run OctoFlow code directly. GPU operations dispatch to Vulkan compute shaders.
Describe what you want in English. Built-in Qwen3-1.7B generates, runs, and auto-fixes code.
Check .flow code for errors without running it. Returns structured diagnostics.
GPU-accelerated sorting. Pass data, get sorted results. Millions of elements in milliseconds.
Mean, stddev, correlation, SMA, EMA, Sharpe ratio. All computed on GPU.
Load, transform, and save images. Blur, resize, crop, convert. BMP, GIF, PNG support.
Load a CSV and run queries. Statistics, filtering, aggregation, correlation, trend analysis.
Add this to your AI assistant's MCP configuration. OctoFlow starts as a server and your agent discovers all 7 tools automatically.
// Add to your MCP server configuration { "mcpServers": { "octoflow": { "command": "octoflow", "args": ["mcp-serve"] } } } // That's it. Your agent now has GPU compute.
Any MCP client that supports stdio transport can use OctoFlow as a tool provider.
Add to ~/.openclaw/settings.json or install as a skill via npx clawhub install octoflow. 220K+ users. The agent automatically suggests OctoFlow for GPU tasks.
Add to claude_desktop_config.json. Claude discovers all 7 tools and uses them for data analysis, GPU compute, and ML tasks.
Add to .cursor/mcp.json in your project. The AI coding assistant gains GPU compute, statistics, and image processing capabilities.
OctoFlow speaks JSON-RPC 2.0 over stdio. Any tool that supports the Model Context Protocol can use it. Windsurf, Cline, custom agents — all work.
7 built-in recipe scripts in stdlib/agent/ for the most common agent tasks.
Agent sends CSV, gets a full statistical report. Mean, median, stddev, correlation, trend, outliers.
SMA, EMA, RSI, MACD, Bollinger bands. GPU-parallel across multiple tickers. Alert on signal alignment.
Sort millions of elements on GPU in milliseconds. Returns sorted data with timing metrics.
One-sample and two-sample t-tests, chi-squared, ANOVA. Returns test statistic, p-value, significance.
K-means clustering and KNN classification. Agent sends data, gets cluster assignments or predictions.
Use OctoFlow's built-in Qwen3-1.7B for code generation, translation, and summarization tasks.
4.5 MB download. Zero dependencies. Windows, Linux, macOS.
Download v1.5.9 Documentation