fortran-mcp

enkiEng/fortran-mcp
★ 0 stars Python Code/Dev Tools Updated 1mo ago
A Model Context Protocol (MCP) server designed to enable AI models to write, format, compile, lint, and structure modern Fortran code (F2003/F2018/F2023) using best practices and industry design patterns.
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": {
    "fortran-mcp": {
      "command": "uvx",
      "args": [
        "fortran-mcp"
      ]
    }
  }
}

Or install with pip: pip install fortran-mcp

README Excerpt

A Model Context Protocol (MCP) server designed to enable AI models to write, format, compile, lint, and structure modern Fortran code (F2003/F2018/F2023) using best practices and industry design patterns. AI models are trained on large volumes of legacy Fortran code (e.g., Fortran 66, 77, 90). When generating Fortran today, they regularly produce **"AI Slop"**: