mcp-better

mcp-better

Local
@wolfe-jam1RustMITUpdated 2w ago

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).

cargomcp-betterv0.5.0

Distributed via cargo as `mcp-better`.

npmmcp-betterv0.5.0

Run

npx -y mcp-better

MCP client config

{
  "mcpServers": {
    "mcp-better": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-better"
      ]
    }
  }
}