← Back to Plugins
MCP Server MCP

io.github.Epochal-dev/open-notebook

github By github 👁 1 views ▲ 0 votes

MCP server that wraps the Open Notebook API

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...