Skip to main content
Glama
jbeno

cursor-notebook-mcp

by jbeno

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost to bind for streamable-http or sse. Defaults to 127.0.0.1.127.0.0.1
PORTNoPort to bind for streamable-http or sse. Defaults to 8080.8080
LOG_DIRNoDirectory to store log files. Defaults to ~/.cursor_notebook_mcp.~/.cursor_notebook_mcp
SFTP_KEYNoPath to SSH private key file.
LOG_LEVELNoLogging level: DEBUG, INFO, WARNING, ERROR, CRITICAL. Defaults to INFO.INFO
SFTP_PORTNoSSH port for SFTP connections. Defaults to 22.22
SFTP_ROOTNoRemote notebook directory via SFTP in format user@host:/path. Can be specified multiple times (not reflected in schema). Required if ALLOW_ROOT is not provided.
TRANSPORTNoTransport type: stdio, streamable-http, or sse. Defaults to stdio.stdio
ALLOW_ROOTNoAbsolute path to a directory where local notebooks are allowed. Required if SFTP_ROOT is not provided.
SFTP_NO_AGENTNoDisable using SSH agent. Set to 'true' to disable.false
SFTP_PASSWORDNoPassword for SSH authentication or passphrase for encrypted SSH private key.
SFTP_AUTH_MODENoAuthentication mode for SFTP (auto, key, password, key+interactive, etc.). Defaults to auto.auto
SFTP_NO_INTERACTIVENoDisable all interactive SFTP authentication prompts. Set to 'true' to disable.false
MAX_CELL_OUTPUT_SIZENoMaximum allowed size in bytes for cell output content. Defaults to 10 MiB.10485760
MAX_CELL_SOURCE_SIZENoMaximum allowed size in bytes for cell source content. Defaults to 10 MiB.10485760
SFTP_NO_PASSWORD_PROMPTNoSkip password/passphrase prompt. Set to 'true' to skip.false

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbeno/cursor-notebook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server