Cursor
Install the MCP server
Click this link to install Nometria in Cursor with one click:Cursor will open a dialog asking you to confirm the MCP server installation. Click Install.
Install in Cursor
Click to auto-configure Nometria in Cursor. No terminal needed.
Get your API key
Go to nometria.com/settings/api-keys, sign in, and copy your API key.
Claude Code
- Plugin (recommended)
- MCP server only
VS Code
Install the extension
Install from Marketplace
Click to open the VS Code Marketplace page. Then click Install.
Cmd+Shift+X).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.
ChatGPT / Custom GPTs
If you use ChatGPT or a custom GPT, you can deploy using curl commands. Share this with your GPT: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:| Tool | File created |
|---|---|
| Cursor | .cursor/rules/nometria.mdc |
| Claude Code | CLAUDE.md + .claude/commands/ |
| GitHub Copilot | .github/copilot-instructions.md |
| Cline / Roo Code | .clinerules |
| Windsurf | .windsurfrules |
| Continue.dev | .continue/config.json |
| Any agent | AGENTS.md |
| CI/CD | .github/workflows/nometria-deploy.yml |
Quick comparison
| Method | Install effort | Best for |
|---|---|---|
| Cursor deep link | One click | Cursor users who want zero setup |
| VS Code extension | One click | VS Code / Cursor users who prefer a sidebar UI |
| Claude Code MCP | One command | Claude Code users |
nom setup | One command | Teams who want every tool configured at once |
| AGENTS.md | Automatic | Custom GPTs, Aider, or any AI that reads files |