Skip to content

Wolfe-Jam/faf-mcp

v1.3.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 3mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agents-md ai ai-context claude cline cursor
+14 more
developer-tools faf gemini grok mcp mcp-server model-context-protocol nodejs npm project-dna typescript vscode warp windsurf

Summary

AI summary

Global FAF context sharing via URL using five new cloud commands.

Full changelog

🌐 MCPaaS Cloud Integration - Universal Context Sharing

The Answer: Share your FAF context globally via URL. Zero install for recipients.

✨ New Features

☁️ 5 Cloud Tools - Global context sharing via mcpaas.live:

  • faf_cloud_publish - Upload project.faf to cloud, get shareable URL
  • faf_cloud_fetch - Pull context from cloud into local project.faf
  • faf_cloud_list - List available souls on mcpaas.live
  • faf_cloud_search - Full-text search + tag-based filtering
  • faf_cloud_share - Generate shareable links for instant access

Example Workflow:
```bash

Upload your project.faf

faf_cloud_publish { soul_name: "my-project" }
→ https://mcpaas.live/souls/my-project

Anyone can fetch it (zero install)

faf_cloud_fetch { soul_name: "my-project" }
→ ✅ Context merged into local project.faf
```

🚀 Adoption Catalysts

faf-cli dependency: ^4.0.0 → ^4.3.0

Inherits via CLI fallback:

  • faf readme - Automatic README extraction (+25-35% score boost)
  • faf human-add - 6Ws Builder integration (non-interactive YAML merge)
  • faf git - GitHub repo analysis without cloning

📊 The Numbers

  • Tool count: 17 → 22 native MCP tools
  • Edge locations: 300+ Cloudflare
  • Cold start: <1ms (2.7KB Zig-WASM)
  • Tests: 84/84 passing (100%)

🔧 Technical Details

  • New cloud-handler.ts module (389 lines)
  • HTTP client for mcpaas.live/mcp endpoint
  • MCP JSON-RPC 2.0 protocol
  • OAuth 2.0 ready (Auth0)
  • Compatible with all MCP platforms (Cursor, Windsurf, Cline, VS Code)

📦 Installation

```bash
npm install -g [email protected]
```

Or update your MCP config:
```json
{"mcpServers": {"faf": {"command": "npx", "args": ["-y", "[email protected]"]}}}
```


Zero-install sharing. Edge-deployed. Universal access. 🌐

Built with .faf ☑️

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Wolfe-Jam/faf-mcp

Get notified when new releases ship.

Sign up free

About Wolfe-Jam/faf-mcp

Universal persistent project context for Cursor, Windsurf, Cline, VS Code, and all MCP-compatible platforms (including Claude Desktop). IANA-registered format (application/vnd.faf+yaml). 17 native tools, AI-readiness scoring.

All releases →

Beta — feedback welcome: [email protected]