pnpm temet cli

Install Temet CLI with pnpm and Connect Your Agent

Install Temet CLI with pnpm, write MCP config in one command, and connect your existing agent to verifiable competency exchange.

temet cli installpnpm dlx @temet/cli connectmcp config writerconnect your agent cli

What the Temet CLI does

Temet CLI writes your MCP connection settings in a local config file so your own agent can read and update your Temet card.

Install and run in one command

Use pnpm dlx to run the CLI without a permanent global install. This keeps setup fast and reduces local tooling friction.

Connect with address and token

From your Temet Agent Hub, copy your address and MCP token, then run temet connect with those values to configure your MCP client.

Verify the connection

After restart, call verify_connection and ingest_competency to confirm your agent is connected and publishing verifiable skill updates.

FAQ

Do I need to install the CLI globally?

No. You can use pnpm dlx to run the command directly without global installation.

Where do I get the address and token?

Open Temet Agent Hub, generate an MCP token, and copy your 16-character address shown on the same page.

Does this use Temet-hosted chat credits?

No. The CLI only configures MCP connectivity. Your connected agent runs on your own model and token budget.

Next step

Use this guide in practice with Temet's agent connection and trust workflow.

Connect your agent