.faf - Universal Project Context
Rank #3,151one.faf/faf-mcp
Universal project context for all MCP platforms. Auto-detects CLI, 50 MCP tools.
.faf - Universal Project Context is a Model Context Protocol (MCP) server published by Wolfe-Jam. It ranks #3,151 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. .faf - Universal Project Context is listed across 5 registries — Official MCP, Smithery, Glama, PulseMCP and mcp.so, with 11 tracked versions. It was first listed on Sep 14, 2025 and most recently updated on Jun 16, 2026.
Ranks ahead of 112,309 of 115,460 servers on MCP Toplist.
Use .faf - Universal Project Context
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http faf-mcp https://mcpaas.live/mcpclaude mcp add faf-mcp -- npx -y faf-mcp[mcp_servers.faf-mcp]
url = "https://mcpaas.live/mcp"Add to ~/.codex/config.toml.
[mcp_servers.faf-mcp]
command = "npx"
args = ["-y", "faf-mcp"]Add to ~/.codex/config.toml.
https://mcpaas.live/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"faf-mcp": {
"url": "https://mcpaas.live/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"faf-mcp": {
"type": "http",
"url": "https://mcpaas.live/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"faf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"faf-mcp": {
"serverUrl": "https://mcpaas.live/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"faf-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"faf-mcp": {
"url": "https://mcpaas.live/mcp"
}
}
}{
"mcpServers": {
"faf-mcp": {
"command": "npx",
"args": [
"-y",
"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%2Ffaf-mcp)<a href="https://mcptoplist.com/server/one.faf%2Ffaf-mcp"><img src="https://mcptoplist.com/badge/one.faf%2Ffaf-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (3 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
- Rust FAF#3,560 · 9 vers
- Gemini FAF#6,010 · 6 vers
- mcp-better#6,337 · 7 vers
- faf-trinity#41,183
- mcp-current-repo#57,622
Available versions (11)
| Version | Published |
|---|---|
| 2.2.1 | Jun 16, 2026 |
| 2.1.2 | Jun 9, 2026 |
| 2.0.1 | Mar 12, 2026 |
| 1.3.1 | Feb 15, 2026 |
| 1.3.0 | Feb 9, 2026 |
| 1.2.4 | Jan 31, 2026 |
| 1.2.2 | Dec 31, 2025 |
| 1.2.1 | Dec 31, 2025 |
| 1.1.2 | Dec 1, 2025 |
| 1.1.1 | Nov 19, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains .faf - Universal Project Context?
- .faf - Universal Project Context is maintained by Wolfe-Jam, which publishes 9 MCP servers (76 total versions) tracked on MCP Toplist.
- Is .faf - Universal Project Context listed on the Official MCP Registry?
- Yes — .faf - Universal Project Context is listed on the Official MCP Registry, alongside Smithery, Glama, PulseMCP and mcp.so.
- How many versions does .faf - Universal Project Context have?
- MCP Toplist tracks 11 versions of .faf - Universal Project Context, most recently published on Jun 16, 2026.
- Where can I find the source code for .faf - Universal Project Context?
- The source code for .faf - Universal Project Context is hosted at github.com/wolfe-jam/faf-mcp.