Skip to content
Cursor

Etymolt for Cursor

io.github.etymolt/mcp-server

Brand-name verification MCP — five-axis signed verdicts for AI-generated names.

client:Cursor transport:stdio runtime:npm

Install Etymolt in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@etymolt/mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Etymolt in other clients