Manifest-driven AXF capability router for workspace MCP access.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Fit the repository once. Let every agent follow the same paved path.
An agent can read your code. It still has to rediscover how this repository wants to be built, tested, searched, diagnosed, and operated. The clues are usually scattered across scripts, package tasks, prose, CI, and human memory.
AXF (Agent eXoskeleton Framework) turns that repeated local ceremony into small, self-describing capabilities. Fit the exoskeleton deliberately once; later agents can discover the right route, inspect its contract, and run it without rebuilding the procedure from scratch.
AXF is a traffic cop, not a replacement vocabulary. It preserves a provider's existing command family by default, then projects or normalizes only the parts that need a clearer agent-facing contract. The goal is not to automate judgment. It is to spend less judgment on reconstructing the same route.
You do not need the framework vocabulary to use a fitted repository:
echo module
or a repository-owned validation pack.The smallest proof of life is:
AXF 2.1.3 is published under Apache-2.0; earlier npm releases retain their
published terms. Outside a fitted workspace, with no root override, this example
discovers the bundled manifests in the installed package. doctor reports that project root
separately from the current execution directory. An explicit AXF_PROJECT_ROOT
overrides discovery; an empty directory without an axf.workspace.json marker
has no capabilities. A fitted repository normally adds its own capabilities;
echo.say only proves that the registry, resolver, adapter, and executor are connected.
Before AXF, a new agent searches multiple instruction files, reverse-engineers package scripts, guesses the safe validation subset, and repeats that work in the next session.
After a deliberate fit, the repository can expose stable entries such as
context, check, and handoff. A caller starts with axf guide, inspects
the selected capability, and runs the repository-owned route. AXF makes the
route visible; the repository still owns it.
AXF helps when:
AXF is probably not a fit when one obvious command already covers the work, the ceremony is unlikely to recur, or the provider surface changes faster than the team can maintain a capability contract.
The adoption question is:
Does this repository have repeated local operating ceremony that is worth fitting once into stable, inspectable agent capabilities?
For a bounded, strictly read-only assessment, give an agent this prompt:
See Agent fit evaluation for the evidence checklist, verdict definitions, and response template.
| You are... | Start here | Your job |
|---|---|---|
| A caller or coding agent | Caller guide | Discover, inspect, and run capabilities someone else fitted. |
| An integration author | Integration author guide | Fit existing repository or provider ceremony into stable capabilities. |
| An AXF framework author | Framework author guide | Change loaders, resolution, adapters, policy, MCP, or other AXF internals. |
Stop at the caller guide unless you are responsible for fitting a provider or changing AXF itself. The complete audience map is in Documentation layers.
Status: alpha. The core loop is in place: scout, inspect, execute, scaffold, and promote capabilities through one contract. Manifest version
axf/v0is the current alpha contract.
AXF is not a universal command catalog, a source of authorization, a replacement for provider identity, a substitute for review, or an MCP-only product. MCP is one agent-facing surface over the same registry and execution path.
AXF is licensed under the Apache License, Version 2.0, including commercial and organizational use under its terms. Preserve the applicable notices. Earlier releases retain their applicable terms.
SmarterGPT was founded by Joseph Gustavson (Guffawaffle). See stewardship, contributing, and project identity. Code licensing does not grant runtime authority.
The npm package name is @smartergpt/axf. It installs two bins:
axf β the CLI entrypoint, including the stdio MCP launch subcommand axf mcpaxf-mcp β the stdio MCP server entrypointMCP clients may launch axf-mcp directly. For registry-driven or
package-driven launch, prefer axf mcp so the package can stay centered
on the base axf command surface. Both entrypoints start the same stdio
MCP server. The server exposes exactly one MCP tool named axf, and
that tool routes into AXF's existing capability surface for the bound
workspace.
Then use either bin directly:
Audit a Codex MCP package pin before assuming the configured server matches the installed CLI:
Writes are scoped to the AXF package spec in Codex config.toml; restart or
reopen Codex afterward. For one-call AXF + Lex bootstrap, including the
explicit off | shadow KnowledgeFrame provider rollout, see the packaged
templates/session-context workspace recipe and
docs/13-repo-onboarding.md.
From a local clone, run the bins directly with Node:
A repo-local MCP configuration can either call the direct MCP bin or the CLI subcommand. Prefer the CLI subcommand when the client supports command arguments cleanly:
Direct-bin configs remain valid:
Published-package smoke tests must run from a clean directory such as
/tmp, not from the AXF repo root. Running from the repo root can let
npx or npm exec pick up a repo-local or globally installed axf
binary instead of the package-installed one.
The registry-friendly launch shape is axf mcp, but the direct MCP bin
remains valid for manual configurations. These equivalent package-driven
forms use the published npm package:
For registry-style Windows MCP configs, prefer the base axf.cmd
launcher with mcp as an argument:
Direct-bin .cmd configs are still valid:
For registry-style WSL/Linux MCP configs, prefer the base axf command
with mcp as the first argument:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/axf)<a href="https://allmcps.com/mcp/axf"><img src="https://allmcps.com/api/badge/axf?style=directory" alt="AXF on AllMCPs" /></a>