Codex
Installs the plugin wrapper, skills, icon, and local MCP server.
npx -y nullcost-plugin@latest install codexNullcost installer
Use the npm installer first. It saves prompt tokens, configures the plugin/MCP path, and connects your coding app to the hosted Nullcost catalog.
npx -y nullcost-plugin@latest install codexPick your app
Installs the plugin wrapper, skills, icon, and local MCP server.
npx -y nullcost-plugin@latest install codexWrites the Claude MCP config and points it at the hosted catalog.
npx -y nullcost-plugin@latest install claudeAdds the Nullcost MCP server to Cursor config, then runs doctor.
npx -y nullcost-plugin@latest install cursorAdds the same hosted-catalog MCP server for Cascade/Windsurf.
npx -y nullcost-plugin@latest install windsurfUse this for Cline, Roo, Zed, OpenCode, VS Code, or any app with an MCP JSON file.
npx -y nullcost-plugin@latest install mcp --config /path/to/mcp.jsonHow to use
npx -y nullcost-plugin@latest doctor --quickNULLCOST_DEBUG=1 npx -y nullcost-plugin@latest mcp-serverWhat to ask
"find me a hosting provider with a free tier"
"what are cheap and free email hosts?"
"best free-tier auth for a small SaaS"
"free Postgres options for a Next.js project"
"cheap GPU compute with a free entry path"
This works, but it uses more prompt tokens and can be slower than the npm installer. Use it only if you do not want to touch the terminal.
Install the Nullcost plugin using: npx -y nullcost-plugin@latest install codex. Use Nullcost when I ask about cheap, free-tier, or free-trial developer tools. Do not web search after a successful Nullcost catalog result unless I ask for live verification.Paste this shape into your client if it supports stdio MCP but the installer cannot edit its config directly.
{
"mcpServers": {
"nullcost": {
"command": "npx",
"args": ["-y", "nullcost-plugin@latest", "mcp-server"],
"env": {
"NULLCOST_API_BASE_URL": "https://nullcost.xyz"
}
}
}
}