Documentation has:
# Connect to local Morphik server
npx morphik-mcp
# Connect to Morphik cloud platform (replace with your actual URI)
npx morphik-mcp --uri=https://api.morphik.ai
# Specify allowed directories for file operations (comma-separated)
npx morphik-mcp --allowed-dir=~/Documents,~/Downloads
but package is actually @morphik/mcp, so need to start with npx morphik-mcp
Documentation has:
but package is actually @morphik/mcp, so need to start with
npx morphik-mcp