MCP Server
MCP
io.github.Epochal-dev/open-notebook
MCP server that wraps the Open Notebook API
Install
uvx open-notebook-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "open-notebook-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your Open Notebook instance",
"isRequired": true,
"format": "string",
"name": "OPEN_NOTEBOOK_URL"
},
{
"description": "Authentication password (if APP_PASSWORD is set in Open Notebook)",
"format": "string",
"isSecret": true,
"name": "OPEN_NOTEBOOK_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment