← Back to Plugins
MCP Server MCP

Rust FAF

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "registryBaseUrl": "https://crates.io",
      "identifier": "rust-faf-mcp",
      "version": "0.4.3",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "rust-faf-mcp",
      "version": "0.4.3",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol cargo npm

Comments

Sign in to leave a comment

Loading comments...