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).
Distributed via cargo as `rust-faf-mcp`.
Run
npx -y rust-faf-mcp
MCP client config
{
"mcpServers": {
"rust-faf": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}