Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Host to bind the server to | |
PORT | No | Port to run the server on | 3000 |
LOG_LEVEL | No | Logging level (info, error, debug) | |
MCP_USE_TCP | No | Whether to use TCP for MCP transport | |
N8N_API_KEY | Yes | API key for authentication | |
MCP_TCP_HOST | No | TCP host for MCP transport | |
MCP_TCP_PORT | No | TCP port for MCP transport | |
MCP_SOCKET_PATH | No | Path for the MCP socket (for STDIO transport) | |
N8N_API_BASE_URL | Yes | Base URL for the n8n API |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |