You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Local stdio transport (for npm/npx installation)
startCommand:
type: stdio
configSchema:
type: object
properties:
STRALE_API_KEY:
type: string
description: "Your Strale API key (free signup at strale.dev). Optional — strale_search works without a key. Required for strale_execute and strale_balance."
commandFunction:
- node
- packages/mcp-server/dist/server.js
env:
STRALE_API_KEY: "{{config.STRALE_API_KEY}}"
# Remote HTTP transport is also available at:
# https://api.strale.io/mcp
# Publish via Smithery URL-based publishing at smithery.ai/new