cursor-notebook-mcp
by jbeno
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind for streamable-http or sse. Defaults to 127.0.0.1. | 127.0.0.1 |
| PORT | No | Port to bind for streamable-http or sse. Defaults to 8080. | 8080 |
| LOG_DIR | No | Directory to store log files. Defaults to ~/.cursor_notebook_mcp. | ~/.cursor_notebook_mcp |
| SFTP_KEY | No | Path to SSH private key file. | |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL. Defaults to INFO. | INFO |
| SFTP_PORT | No | SSH port for SFTP connections. Defaults to 22. | 22 |
| SFTP_ROOT | No | Remote 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. | |
| TRANSPORT | No | Transport type: stdio, streamable-http, or sse. Defaults to stdio. | stdio |
| ALLOW_ROOT | No | Absolute path to a directory where local notebooks are allowed. Required if SFTP_ROOT is not provided. | |
| SFTP_NO_AGENT | No | Disable using SSH agent. Set to 'true' to disable. | false |
| SFTP_PASSWORD | No | Password for SSH authentication or passphrase for encrypted SSH private key. | |
| SFTP_AUTH_MODE | No | Authentication mode for SFTP (auto, key, password, key+interactive, etc.). Defaults to auto. | auto |
| SFTP_NO_INTERACTIVE | No | Disable all interactive SFTP authentication prompts. Set to 'true' to disable. | false |
| MAX_CELL_OUTPUT_SIZE | No | Maximum allowed size in bytes for cell output content. Defaults to 10 MiB. | 10485760 |
| MAX_CELL_SOURCE_SIZE | No | Maximum allowed size in bytes for cell source content. Defaults to 10 MiB. | 10485760 |
| SFTP_NO_PASSWORD_PROMPT | No | Skip password/passphrase prompt. Set to 'true' to skip. | false |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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