Notion Terminal MCP
by Glebsky
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address to bind to. | 127.0.0.1 |
| PORT | No | Port for the HTTP server. | 3000 |
| FILES_ROOT | No | Base directory for the sandbox when FULL_ACCESS=false. | ./workspace |
| FULL_ACCESS | No | When false, restricts file operations and terminal cwd to FILES_ROOT. | false |
| MCP_API_KEY | Yes | Secret key for authentication (min 32 characters). | |
| NGROK_DOMAIN | No | Static/custom ngrok domain (e.g. xyz.ngrok-free.app). | |
| ALLOWED_HOSTS | No | Semicolon-separated list of allowed Host headers. | localhost:3000;127.0.0.1:3000;*.ngrok-free.app;*.ngrok.app;*.ngrok-free.dev |
| NGROK_ENABLED | No | Enable/disable automatic ngrok tunnel creation on start. | false |
| MAX_FILE_BYTES | No | Max file size read/write limit per request (10 MB). | 10485760 |
| NGROK_AUTHTOKEN | No | Ngrok authtoken (optional if configured globally via ngrok CLI). | |
| MAX_OUTPUT_BYTES | No | Max stdout/stderr capture size (1 MB). | 1048576 |
| COMMAND_TIMEOUT_MS | No | Default timeout for terminal commands (2 minutes). | 120000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues