Skip to main content
Glama

Jupyter MCP Server

by datalayer
docusaurus.config.js4.33 kB
/* * Copyright (c) 2023-2024 Datalayer, Inc. * * BSD 3-Clause License */ /** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = { title: '🪐 ✨ Jupyter MCP Server documentation', tagline: 'Tansform your Notebooks into an interactive, AI-powered workspace that adapts to your needs!', url: 'https://datalayer.ai', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', organizationName: 'datalayer', // Usually your GitHub org/user name. projectName: 'jupyter-mcp-server', // Usually your repo name. markdown: { mermaid: true, }, plugins: [ '@docusaurus/theme-live-codeblock', 'docusaurus-lunr-search', ], themes: [ '@docusaurus/theme-mermaid', ], themeConfig: { colorMode: { defaultMode: 'light', disableSwitch: true, }, navbar: { title: 'Jupyter MCP Server Docs', logo: { alt: 'Datalayer Logo', src: 'img/datalayer/logo.svg', }, items: [ { href: 'https://discord.gg/YQFwvmSSuR', position: 'right', className: 'header-discord-link', 'aria-label': 'Discord', }, { href: 'https://github.com/datalayer/jupyter-mcp-server', position: 'right', className: 'header-github-link', 'aria-label': 'GitHub', }, { href: 'https://bsky.app/profile/datalayer.ai', position: 'right', className: 'header-bluesky-link', 'aria-label': 'Bluesky', }, { href: 'https://x.com/DatalayerIO', position: 'right', className: 'header-x-link', 'aria-label': 'X', }, { href: 'https://www.linkedin.com/company/datalayer', position: 'right', className: 'header-linkedin-link', 'aria-label': 'LinkedIn', }, { href: 'https://tiktok.com/@datalayerio', position: 'right', className: 'header-tiktok-link', 'aria-label': 'TikTok', }, { href: 'https://www.youtube.com/@datalayer', position: 'right', className: 'header-youtube-link', 'aria-label': 'YouTube', }, { href: 'https://datalayer.io', position: 'right', className: 'header-datalayer-io-link', 'aria-label': 'Datalayer', }, ], }, footer: { style: 'dark', links: [ { title: 'Docs', items: [ { label: 'Jupyter MCP Server', to: '/', }, ], }, { title: 'Community', items: [ { label: 'GitHub', href: 'https://github.com/datalayer', }, { label: 'Bluesky', href: 'https://assets.datalayer.tech/logos-social-grey/youtube.svg', }, { label: 'LinkedIn', href: 'https://www.linkedin.com/company/datalayer', }, ], }, { title: 'More', items: [ { label: 'Datalayer', href: 'https://datalayer.ai', }, { label: 'Datalayer Docs', href: 'https://docs.datalayer.ai', }, { label: 'Datalayer Blog', href: 'https://datalayer.blog', }, { label: 'Datalayer Guide', href: 'https://datalayer.guide', }, ], }, ], copyright: `Copyright © ${new Date().getFullYear()} Datalayer, Inc.`, }, }, presets: [ [ '@docusaurus/preset-classic', { docs: { routeBasePath: '/', docItemComponent: '@theme/CustomDocItem', sidebarPath: require.resolve('./sidebars.js'), editUrl: 'https://github.com/datalayer/jupyter-mcp-server/edit/main/', }, theme: { customCss: require.resolve('./src/css/custom.css'), }, gtag: { trackingID: 'G-EYRGHH1GN6', anonymizeIP: false, }, }, ], ], };

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/datalayer/jupyter-mcp-server'

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