Skip to main content
Glama
Glebsky

Notion Terminal MCP

by Glebsky

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost address to bind to.127.0.0.1
PORTNoPort for the HTTP server.3000
FILES_ROOTNoBase directory for the sandbox when FULL_ACCESS=false../workspace
FULL_ACCESSNoWhen false, restricts file operations and terminal cwd to FILES_ROOT.false
MCP_API_KEYYesSecret key for authentication (min 32 characters).
NGROK_DOMAINNoStatic/custom ngrok domain (e.g. xyz.ngrok-free.app).
ALLOWED_HOSTSNoSemicolon-separated list of allowed Host headers.localhost:3000;127.0.0.1:3000;*.ngrok-free.app;*.ngrok.app;*.ngrok-free.dev
NGROK_ENABLEDNoEnable/disable automatic ngrok tunnel creation on start.false
MAX_FILE_BYTESNoMax file size read/write limit per request (10 MB).10485760
NGROK_AUTHTOKENNoNgrok authtoken (optional if configured globally via ngrok CLI).
MAX_OUTPUT_BYTESNoMax stdout/stderr capture size (1 MB).1048576
COMMAND_TIMEOUT_MSNoDefault 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources