Odel
Rust FAF

Rust FAF

Local
@wolfe-jam4RustMITUpdated 5 days ago

Persistent project context — Rust-native MCP server. IANA-registered .faf format.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

cargorust-faf-mcpv0.7.1

Distributed via cargo as `rust-faf-mcp`.

npmrust-faf-mcpv0.7.1

Run

npx -y rust-faf-mcp

MCP client config

{
  "mcpServers": {
    "rust-faf": {
      "command": "npx",
      "args": [
        "-y",
        "rust-faf-mcp"
      ]
    }
  }
}