Open Notebook MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Optional transport configuration (default: stdio) | stdio |
| OPEN_NOTEBOOK_URL | Yes | URL of your Open Notebook instance | |
| OPEN_NOTEBOOK_PASSWORD | No | Optional authentication password (if APP_PASSWORD is set in Open Notebook) |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_capabilitiesA | Search tools exposed by this server with progressive detail levels. |
| list_notebooksA | Get all notebooks with optional filtering and ordering. |
| get_notebookB | Get a specific notebook by ID. |
| create_notebookC | Create a new notebook. |
| update_notebookA | Update a notebook. |
| delete_notebookC | Delete a notebook. |
| list_sourcesA | Get all sources with optional filtering. |
| get_sourceA | Get a specific source by ID. |
| create_sourceC | Create a new source (link, upload, or text). |
| update_sourceC | Update a source. |
| delete_sourceB | Delete a source. |
| list_notesA | Get all notes with optional filtering. |
| get_noteB | Get a specific note by ID. |
| create_noteB | Create a new note. |
| update_noteC | Update a note. |
| delete_noteC | Delete a note. |
| searchB | Search content using vector or text search. |
| ask_questionC | Ask a question about your content with detailed control. |
| ask_simpleC | Ask a question about your content with simplified interface. |
| list_modelsB | Get all configured AI models. |
| get_modelB | Get a specific model by ID. |
| create_modelC | Create a new AI model configuration. |
| delete_modelC | Delete a model configuration. |
| get_default_modelsA | Get default model configurations. |
| list_chat_sessionsB | Get all chat sessions with optional filtering. |
| create_chat_sessionC | Create a new chat session. |
| get_chat_sessionA | Get a specific chat session by ID. |
| update_chat_sessionC | Update a chat session. |
| delete_chat_sessionC | Delete a chat session. |
| execute_chatC | Send a message in a chat session. |
| get_chat_contextC | Build context for a chat conversation. |
| get_settingsB | Get application settings. |
| update_settingsC | Update application settings. |
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/Epochal-dev/open-notebook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server