AXF
Rank #7,120dev.smartergpt/axf
Agent eXoskeleton Framework control plane for workspace-native agent capabilities over MCP.
AXF is a Model Context Protocol (MCP) server published by guffawaffle. It ranks #7,120 of 132,113 servers tracked on MCP Toplist. AXF is listed across 2 registries — Official MCP and PulseMCP, with 10 tracked versions. It was first listed on May 25, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 124,993 of 132,113 servers on MCP Toplist.
Use AXF
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add axf -e "AXF_PROJECT_ROOT=<your AXF_PROJECT_ROOT>" -e "AXF_EXECUTION_ROOT=<your AXF_EXECUTION_ROOT>" -e "AXF_WORKSPACE=<your AXF_WORKSPACE>" -e "AXF_REGISTRY_WORKSPACE=<your AXF_REGISTRY_WORKSPACE>" -e "AXF_EXECUTION_WORKSPACE=<your AXF_EXECUTION_WORKSPACE>" -- npx -y @smartergpt/axf mcpReplace each placeholder with your own value before saving.
[mcp_servers.axf]
command = "npx"
args = ["-y", "@smartergpt/axf", "mcp"]
[mcp_servers.axf.env]
AXF_PROJECT_ROOT = "<your AXF_PROJECT_ROOT>"
AXF_EXECUTION_ROOT = "<your AXF_EXECUTION_ROOT>"
AXF_WORKSPACE = "<your AXF_WORKSPACE>"
AXF_REGISTRY_WORKSPACE = "<your AXF_REGISTRY_WORKSPACE>"
AXF_EXECUTION_WORKSPACE = "<your AXF_EXECUTION_WORKSPACE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"axf": {
"command": "npx",
"args": [
"-y",
"@smartergpt/axf",
"mcp"
],
"env": {
"AXF_PROJECT_ROOT": "<your AXF_PROJECT_ROOT>",
"AXF_EXECUTION_ROOT": "<your AXF_EXECUTION_ROOT>",
"AXF_WORKSPACE": "<your AXF_WORKSPACE>",
"AXF_REGISTRY_WORKSPACE": "<your AXF_REGISTRY_WORKSPACE>",
"AXF_EXECUTION_WORKSPACE": "<your AXF_EXECUTION_WORKSPACE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"axf": {
"command": "npx",
"args": [
"-y",
"@smartergpt/axf",
"mcp"
],
"env": {
"AXF_PROJECT_ROOT": "<your AXF_PROJECT_ROOT>",
"AXF_EXECUTION_ROOT": "<your AXF_EXECUTION_ROOT>",
"AXF_WORKSPACE": "<your AXF_WORKSPACE>",
"AXF_REGISTRY_WORKSPACE": "<your AXF_REGISTRY_WORKSPACE>",
"AXF_EXECUTION_WORKSPACE": "<your AXF_EXECUTION_WORKSPACE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"axf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smartergpt/axf",
"mcp"
],
"env": {
"AXF_PROJECT_ROOT": "<your AXF_PROJECT_ROOT>",
"AXF_EXECUTION_ROOT": "<your AXF_EXECUTION_ROOT>",
"AXF_WORKSPACE": "<your AXF_WORKSPACE>",
"AXF_REGISTRY_WORKSPACE": "<your AXF_REGISTRY_WORKSPACE>",
"AXF_EXECUTION_WORKSPACE": "<your AXF_EXECUTION_WORKSPACE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"axf": {
"command": "npx",
"args": [
"-y",
"@smartergpt/axf",
"mcp"
],
"env": {
"AXF_PROJECT_ROOT": "<your AXF_PROJECT_ROOT>",
"AXF_EXECUTION_ROOT": "<your AXF_EXECUTION_ROOT>",
"AXF_WORKSPACE": "<your AXF_WORKSPACE>",
"AXF_REGISTRY_WORKSPACE": "<your AXF_REGISTRY_WORKSPACE>",
"AXF_EXECUTION_WORKSPACE": "<your AXF_EXECUTION_WORKSPACE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"axf": {
"command": "npx",
"args": [
"-y",
"@smartergpt/axf",
"mcp"
],
"env": {
"AXF_PROJECT_ROOT": "<your AXF_PROJECT_ROOT>",
"AXF_EXECUTION_ROOT": "<your AXF_EXECUTION_ROOT>",
"AXF_WORKSPACE": "<your AXF_WORKSPACE>",
"AXF_REGISTRY_WORKSPACE": "<your AXF_REGISTRY_WORKSPACE>",
"AXF_EXECUTION_WORKSPACE": "<your AXF_EXECUTION_WORKSPACE>"
}
}
}
}Replace each placeholder with your own value before saving.
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/dev.smartergpt%2Faxf)<a href="https://mcptoplist.com/server/dev.smartergpt%2Faxf"><img src="https://mcptoplist.com/badge/dev.smartergpt%2Faxf.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
guffawaffle
Other servers by guffawaffle
View all guffawaffle servers →Available versions (10)
| Version | Published |
|---|---|
| 2.1.3 | Sep 6, 2026 |
| 2.1.2 | Aug 29, 2026 |
| 2.1.1 | Aug 24, 2026 |
| 1.1.0 | Jul 11, 2026 |
| 0.1.8 | May 28, 2026 |
| 0.1.6 | May 25, 2026 |
| 0.1.5 | May 25, 2026 |
| 0.1.4 | May 25, 2026 |
| 0.1.3 | May 25, 2026 |
| 0.1.2 | May 25, 2026 |
Frequently asked questions
- Who maintains AXF?
- AXF is maintained by guffawaffle, which publishes 2 MCP servers (26 total versions) tracked on MCP Toplist.
- Is AXF listed on the Official MCP Registry?
- Yes — AXF is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AXF have?
- MCP Toplist tracks 10 versions of AXF, most recently published on Sep 6, 2026.
- Where can I find the source code for AXF?
- The source code for AXF is hosted at github.com/guffawaffle/axf.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.