nais alpha mcp serve
nais alpha mcp serve [flags]
Start the MCP server with the specified transport.
Examples: # Start with stdio transport (default, for Claude Desktop) nais alpha mcp serve
# Start with HTTP transport on a specific port nais alpha mcp serve –transport http –listen :8080
# Start with SSE transport nais alpha mcp serve –transport sse –listen :8080
# Restrict to specific teams nais alpha mcp serve –team my-team –team other-team
# Set rate limit nais alpha mcp serve –rate-limit 20
Options
-l,--listen- Address to listen on (for http/sse transports).
--log-file- Write logs to file instead of stderr.
-r,--rate-limit- Maximum requests per minute (0 = unlimited).
--transport- Transport type (stdio, http, sse).
Inherited options
--config- Specify the location for the configuration file.
--no-colors- Disable colors in the output.
-t,--team- Specify the team to use for this command. Overrides the default team from configuration.
-v,--verbose- Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.