
AXF
Run the Agent eXoskeleton Framework MCP control plane so workspace-native capabilities attach to your agent from the repo you already use.
Overview
dev.smartergpt/axf is a MCP server for the Build phase that runs the Agent eXoskeleton Framework control plane for workspace-native agent capabilities over stdio.
What is this MCP server?
- npm package @smartergpt/axf v0.1.8 with stdio MCP via positional `mcp` argument
- Agent eXoskeleton Framework control plane for workspace-native capabilities
- AXF_WORKSPACE env var sets workspace root (defaults to cwd)
- GitHub source: https://github.com/Guffawaffle/axf
- Local stdio transport—no remote URL in registry
- Registry version 0.1.8
- npm identifier @smartergpt/axf with stdio transport
- 1 positional CLI argument: mcp
What problem does it solve?
Ad-hoc agent hooks sprawl across repos with no shared control plane for what workspace-native tools the agent can invoke.
Who is it for?
Developers standardizing local agent capabilities in a monorepo or product workspace using Node and stdio MCP.
Skip if: Teams wanting a fully hosted remote MCP with zero local npm setup or those not extending custom agent tools.
What do I get? / Deliverables
You run AXF locally via npm so MCP clients gain a structured workspace control plane instead of one-off scripts.
- Running local AXF MCP control plane bound to a workspace directory
- Structured hook for workspace-native agent capabilities
- Foundation to add custom AXF modules instead of scattered scripts
Recommended MCP Servers
Journey fit
AXF is framework infrastructure for how agents interact with a workspace—core build-phase agent tooling, not a launch or growth tactic. It exposes a control plane over MCP for workspace-bound capabilities, which is agent-tooling rather than a single third-party SaaS hook.
How it compares
Local workspace agent framework MCP, not a cloud integration catalog entry.
Common Questions / FAQ
Who is dev.smartergpt/axf for?
Solo builders and small teams extending Claude Code, Cursor, or similar agents with workspace-scoped capabilities who want an AXF control plane over MCP.
When should I use dev.smartergpt/axf?
Use it during build when you are structuring how agents read and act inside a repo and need a repeatable MCP stdio server entry.
How do I add dev.smartergpt/axf to my agent?
Install @smartergpt/axf from npm, configure MCP stdio with the `mcp` positional argument, and set AXF_WORKSPACE to your project root if not using cwd.