Claude

faf_memory

Phase III (FRC) — query the durable .fafm model by type/tag/priority/text. Omit filters for a structured summary. .fafm is NOT scored: this SELECTS facts (provenance preserved), never grades them.

Remote wolfe-jam/claude-faf-mcp

Remote (network-hosted)

Other tools also called faf_memory? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "description": "Filter by a tag."
    },
    "type": {
      "type": "string",
      "description": "Filter by fact type (e.g. \"feedback\")."
    },
    "query": {
      "type": "string",
      "description": "Case-insensitive substring match on fact text."
    },
    "content": {
      "type": "string",
      "description": "Raw .fafm YAML content."
    },
    "priority": {
      "type": "string",
      "description": "Filter by priority (e.g. \"critical\")."
    }
  }
}
          

Provider

Claude →