Skip to main content
Pick your tool and click install. No terminal or coding experience needed.

Cursor

1

Install the MCP server

Click this link to install Nometria in Cursor with one click:

Install in Cursor

Click to auto-configure Nometria in Cursor. No terminal needed.
Cursor will open a dialog asking you to confirm the MCP server installation. Click Install.
2

Get your API key

Go to nometria.com/settings/api-keys, sign in, and copy your API key.
3

Tell Cursor your key

In Cursor chat, type:
Set my NOMETRIA_API_KEY to nometria_sk_your_key_here
Or add it to your project’s .env file:
NOMETRIA_API_KEY=nometria_sk_your_key_here
4

Deploy

In Cursor chat, just say:
Deploy my app to production
Cursor will use the Nometria MCP server to handle everything automatically.

Claude Code


VS Code

1

Install the extension

Install from Marketplace

Click to open the VS Code Marketplace page. Then click Install.
Or search for “Nometria” in the VS Code Extensions panel (Cmd+Shift+X).
2

Sign in

Click the Nometria icon in the left sidebar, then click Sign In. This opens your browser — sign in with Google, GitHub, or email.
3

Deploy

Press Cmd+Shift+D (Mac) or Ctrl+Shift+D (Windows) to deploy. That’s it.Or right-click any app in the sidebar for more options: preview, start/stop, upgrade, scan, etc.

ChatGPT / Custom GPTs

If you use ChatGPT or a custom GPT, you can deploy using curl commands. Share this with your GPT:
Read the AGENTS.md file in the project root for deployment instructions.
To add AGENTS.md to your project:
npx @nometria-ai/nom setup
This creates an AGENTS.md file with the full API reference that any AI agent can read and use.

Any other AI tool

Every AI coding tool can deploy via Nometria. Run this once in your project:
npx @nometria-ai/nom setup
This generates config files for:
ToolFile created
Cursor.cursor/rules/nometria.mdc
Claude CodeCLAUDE.md + .claude/commands/
GitHub Copilot.github/copilot-instructions.md
Cline / Roo Code.clinerules
Windsurf.windsurfrules
Continue.dev.continue/config.json
Any agentAGENTS.md
CI/CD.github/workflows/nometria-deploy.yml
After running setup, your AI tool automatically knows how to deploy your project.

Quick comparison

MethodInstall effortBest for
Cursor deep linkOne clickCursor users who want zero setup
VS Code extensionOne clickVS Code / Cursor users who prefer a sidebar UI
Claude Code MCPOne commandClaude Code users
nom setupOne commandTeams who want every tool configured at once
AGENTS.mdAutomaticCustom GPTs, Aider, or any AI that reads files