Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 1.7 KB

File metadata and controls

95 lines (68 loc) · 1.7 KB

packageName

npm version npm downloads license

Usage

Install the package:

# npm
npm installg packageName

# yarn
yarn addg packageName

# pnpm
pnpm addg packageName

# bun
bun installg packageName

# deno
deno installg npm:packageName

NPX Cursor Config

{
  "mcpServers": {
    "packageCommand": {
      "command": "npx",
      "type": "stdio",
      "transportType": "stdio",
      "args": [
        "-y",
        "packageCommand"
      ]
    }
  }
}

Http Cursor Config

start the service locally

packageCommand --http --port=4000

set the config

{
  "mcpServers": {
    "packageCommand": {
      "url": "http://0.0.0.0:4000/sse",
      "type": "sse",
      "transportType": "sse"
    }
  }
}

License

Published under the MIT license. Made by community 💛


🤖 auto updated with automd