Skip to main content
Glama

JupyterMCP

by ilylty
.gitignore694 B
# Python虚拟环境 venv/ env/ .env/ .venv/ ENV/ # Python编译文件 __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Jupyter Notebook .ipynb_checkpoints *.ipynb # PyCharm .idea/ *.iml *.iws *.ipr .idea_modules/ # VSCode .vscode/ *.code-workspace .history/ # 系统文件 .DS_Store Thumbs.db *.bak *.swp *~ # 日志文件 *.log logs/ # 临时文件 tmp/ temp/ # 测试覆盖率报告 htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/

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/ilylty/jupyterMCP'

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