fo

lazy-fortran/fo
★ 0 stars Fortran Code/Dev Tools Updated today
Fortran build cache, incremental rebuild, affected-test selection, MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fo": {
      "command": "npx",
      "args": [
        "-y",
        "lazy-fortran/fo"
      ]
    }
  }
}

README Excerpt

Fortran build driver with module DAG, content-addressed cache, and affected-test selection. `fo` is a self-contained, standalone build and test tool: a drop-in replacement for `fpm` that reads the same `fpm.toml` manifest but builds and tests your project natively through its own cache rather than invoking `fpm` to build or test.