bostrom-mcp/smithery.yaml

runtime: typescript
startCommand:
  type: stdio
  configSchema:
    properties: {}
    required: []
  commandFunction: |
    (config) => ({
      command: 'npx',
      args: ['-y', 'bostrom-mcp']
    })

Neighbours