Rust FAF
Rank #3,560one.faf/rust-faf-mcp
Persistent project context — Rust-native MCP server. IANA-registered .faf format.
Rust FAF is a Model Context Protocol (MCP) server published by Wolfe-Jam. It ranks #3,560 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Rust FAF is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Mar 5, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 111,900 of 115,460 servers on MCP Toplist.
Use Rust FAF
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http rust-faf-mcp https://mcpaas.live/rust/mcp/v1Published as package `rust-faf-mcp` — install it through your client’s extension manager.
claude mcp add rust-faf-mcp -- npx -y rust-faf-mcp[mcp_servers.rust-faf-mcp]
url = "https://mcpaas.live/rust/mcp/v1"Add to ~/.codex/config.toml.
Published as package `rust-faf-mcp` — install it through your client’s extension manager.
[mcp_servers.rust-faf-mcp]
command = "npx"
args = ["-y", "rust-faf-mcp"]Add to ~/.codex/config.toml.
https://mcpaas.live/rust/mcp/v1Settings → Connectors → “Add custom connector”, then paste this URL.
Published as package `rust-faf-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"rust-faf-mcp": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rust-faf-mcp": {
"url": "https://mcpaas.live/rust/mcp/v1"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
Published as package `rust-faf-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"rust-faf-mcp": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rust-faf-mcp": {
"type": "http",
"url": "https://mcpaas.live/rust/mcp/v1"
}
}
}Save as .vscode/mcp.json in your workspace.
Published as package `rust-faf-mcp` — install it through your client’s extension manager.
{
"servers": {
"rust-faf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rust-faf-mcp": {
"serverUrl": "https://mcpaas.live/rust/mcp/v1"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
Published as package `rust-faf-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"rust-faf-mcp": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rust-faf-mcp": {
"url": "https://mcpaas.live/rust/mcp/v1"
}
}
}Published as package `rust-faf-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"rust-faf-mcp": {
"command": "npx",
"args": [
"-y",
"rust-faf-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/one.faf%2Frust-faf-mcp)<a href="https://mcptoplist.com/server/one.faf%2Frust-faf-mcp"><img src="https://mcptoplist.com/badge/one.faf%2Frust-faf-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
Wolfe-Jam
Other servers by Wolfe-Jam
- Wjttc#1,026 · 7 vers
- Claude FAF#1,105 · 24 vers
- Grok FAF#2,114 · 12 vers
- .faf - Universal Project Context#3,151 · 11 vers
- Gemini FAF#6,010 · 6 vers
- mcp-better#6,337 · 7 vers
- faf-trinity#41,183
- mcp-current-repo#57,622
Available versions (9)
| Version | Published |
|---|---|
| 0.6.0 | Aug 27, 2026 |
| 0.5.0 | Aug 26, 2026 |
| 0.4.3 | Aug 20, 2026 |
| 0.4.2 | Aug 19, 2026 |
| 0.4.1 | Aug 8, 2026 |
| 0.4.0 | Jul 18, 2026 |
| 0.3.1 | Jul 17, 2026 |
| 0.2.2 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Rust FAF?
- Rust FAF is maintained by Wolfe-Jam, which publishes 9 MCP servers (76 total versions) tracked on MCP Toplist.
- Is Rust FAF listed on the Official MCP Registry?
- Yes — Rust FAF is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Rust FAF have?
- MCP Toplist tracks 9 versions of Rust FAF, most recently published on Aug 27, 2026.
- Where can I find the source code for Rust FAF?
- The source code for Rust FAF is hosted at github.com/wolfe-jam/rust-faf-mcp.