What is the Rust FAF MCP server?
Persistent project context — Rust-native MCP server. IANA-registered .faf format.
How to install Rust FAF
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rust-faf-mcp": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rust-faf-mcp": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rust-faf-mcp": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rust-faf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Claude Code
claude mcp add rust-faf-mcp -- npx -y rust-faf-mcpRelated MCP servers
Claude FAF
Active
Persistent project context for Claude. IANA-registered .faf format.
17
View repository →TypeScript
MIT
Grok FAF
Active
Persistent project context for xAI Grok. IANA-registered .faf format.
17
View repository →TypeScript
MIT
.FAF Context
Active
Dedicated IDE Edition. Persistent project context for Cursor, Windsurf, Cline, VS Code.
3
View repository →TypeScript
MIT
Gemini FAF
Active
Persistent project context for Google Gemini. Python/FastMCP. IANA-registered .faf format.
2
View repository →Python
MIT
F1-grade MCP certification. 52 tests, 9 tiers (49 scored + T9 Receipt validation). Ecosystem: #2759
View repository →