AAIF-verified modern MCP setup optimised to the 2026-07-28 model (BETTER textbook).
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Distributed via cargo as `mcp-better`.
Run
npx -y mcp-better
MCP client config
{
"mcpServers": {
"mcp-better": {
"command": "npx",
"args": [
"-y",
"mcp-better"
]
}
}
}