Skip to content
Cursor

no as a service for Cursor

io.github.koneisto/no-as-a-service

1000+ creative ways to say no. Polite, humorous, professional rejection responses.

client:Cursor transport:stdio runtime:npm

Install no as a service in Cursor

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

{
  "mcpServers": {
    "no-as-a-service": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "no-as-service"
      ]
    }
  }
}

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

no as a service in other clients