Skip to content
Back to search
100
MCP live v1.4.0 MCP 2025-11-25 streamable-http

Persistent Project Context for xAI Grok

io.github.wolfe-jam/grok-faf-mcp

Persistent project context for xAI Grok. IANA-registered .faf format.

Uptime
100.0%
1 direct probes · 30d
Response
822ms
last probe
Tools
19
callable
Resources
9
readable
Prompts
0
available

Tools · 19

get_soul

Fetch a context soul by name. Returns structured AI context.

list_souls

List all available context souls.

delta_check

Determine if a topic needs FULL, DELTA, or X-DELTA soul.

list_tags

List all unique tags used in a soul, with counts.

search_by_tag

Find all entries in a soul with a specific tag.

search_context

Full-text search across souls. Returns matching lines only (token-efficient).

tag_intel

Discover tag patterns, co-occurrence, candidates, and merge suggestions across all namepoints. Optionally suggest tags for a specific handle.

generate_faf_from_github

Generate a .faf file from any public GitHub repository WITHOUT cloning. Extracts 6 Ws from README, analyzes stack from languages and package.json, and generates Championship-grade AI context. Returns …

faf_score

Score .faf YAML content via the Mk4 Zig-WASM engine. Returns 0-100 (capped). Same engine as xai-faf-rust + xai-faf-zig (parity-tested). Sub-ms at the edge.

faf_validate

Validate .faf YAML content via the Mk4 Zig-WASM engine. Returns true if mission-ready (>= 100).

faf_get_tier

Resolve the FAF tier for a given numeric score. Returns the tier symbol (Trophy/Gold/Silver/Bronze/etc.) per the canonical tier-table.

faf_estimate_tokens

Estimate token count for arbitrary content via the Zig WASM engine. Sub-millisecond, zero allocations. Useful for context-budget planning.

faf_analyze

One-call composite — returns score, tier-ready, valid, and engine identifier. Two WASM calls, sub-millisecond total.

refresh_faf

Re-ground on .faf content — re-score via the Mk4 Zig-WASM Enterprise scorer (33-slot, honors the authored app-type shape), report drift vs an optional baseline score, and return a stamped re-ground. T…

faf_orchestrate_recommendation

Takes raw content strings (`.faf`, `.fafm`, and optionally `package.json`/`CHANGELOG.md`/`README.md`) and runs deterministic drift + contradiction signals across the FAF substrate. Returns a structure…

faf_gate

Phase III (FRC) — pre-promotion quality gate. Scores .faf content (edge Mk4) + estimates tokens and returns a deterministic promote/hold verdict BEFORE it goes to a Grok Collection. Promote IFF score …

faf_section

Phase III (FRC) — returns an EXACT, WHOLE .faf section by dotted path (e.g. "stack", "human_context"), structure preserved — the deterministic complement to blind chunking. Omit "section" to list ever…

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.

faf_collections_search

Phase III (FRC §7b) — semantic search over a Grok Collection at the edge, KV-cached (1h TTL). Returns matched chunks (content, score, file). Requires the XAI_API_KEY secret; composes with faf_section …

Resources · 9

Grok Demo

Demo soul for Grok

soul://grok
Claude Demo

Demo soul for Claude (Anthropic)

soul://claude
Gemini Demo

Demo soul for Gemini (Google)

soul://gemini
SpaceX Live

SpaceX DELTA - live launch data

soul://spacex
Wolfe Persona

Wolfe James X-DELTA persona

soul://wolfe
Liverpool FC

Liverpool DELTA - current season

soul://liverpool
Smithsonian

Smithsonian artifact metadata

soul://smithsonian
IANA Registry

FAF IANA registration proof

soul://registry
SKILL.md

Agent Skill document (MCPaaS edge product context)

skill://mcpaas-edge/SKILL.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "persistent_project_context_for_xai_grok": {
      "url": "https://mcpaas.live/grok/mcp/v1",
      "transport": "streamable-http"
    }
  }
}