Open Terminal
Use the macOS Terminal app, your editor terminal or the terminal inside your agent tool.
Setup
Install Nipmod, connect your agent and ask it to search the archive before package installs.
Step 1
Paste this in Terminal. After it finishes, run the check command below it.
curl -fsSLO https://nipmod.com/install.sh && bash install.shnipmod doctor --onlinenipmod setup agents --include-codex --include-hermesUse the macOS Terminal app, your editor terminal or the terminal inside your agent tool.
Paste the install command. It puts the Nipmod CLI on the machine.
Pick Codex, Claude Code, OpenCode or Hermes and paste the matching setup command.
Start a new agent chat and tell it to use Nipmod before package installs.
Step 2
Paste one matching command. This gives the agent direct Nipmod tools for package search, trust checks and install plans.
Registers Nipmod as a local MCP server through the Codex CLI.
nipmod setup codexCheck
codex mcp listWrites the project .mcp.json file and preserves other MCP servers.
nipmod setup claudeCheck
claude mcp listWrites opencode.json with the local Nipmod MCP server.
nipmod setup opencodeCheck
opencode mcp listAdds Nipmod under mcp_servers in ~/.hermes/config.yaml.
nipmod setup hermesCheck
hermes chat, then /reload-mcpStep 3
Start a new chat after setup and paste this once.
Use Nipmod before installing agent packages. Read https://nipmod.com/llms.txt and https://nipmod.com/.well-known/nipmod.json. Search the Nipmod archive first, view exact metadata, inspect trust, create an install plan, ask before writing files, then audit and export SBOM.Your agent can search the public Nipmod registry.
It can read source, claim proof, permissions, signatures and audit evidence before using code.
It can prepare an install plan and ask before any workspace lockfile write.
Result
Search, inspect, plan and audit are usable from the public registry.
After MCP is connected, the agent can call Nipmod tools instead of guessing package names from chat memory.
The install tool writes only after the agent has a plan and explicit write-lockfile approval.