Skip to main content
Glama

Kaggle-MCP

by realbytecode
pyproject.toml874 B
[project] name = "kaggle-mcp" version = "0.1.0" description = "Kaggle API integration through the Model Context Protocol" readme = "README.md" requires-python = ">=3.8" authors = [ {name = "Kaggle MCP Contributors", email = "example@example.com"} ] license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "mcp[cli]>=1.3.0", "kaggle>=1.5.0", ] [project.scripts] kaggle-mcp = "kaggle_mcp.server:main" kaggle-mcp-setup = "kaggle_mcp.setup_helper:main" [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools] package-dir = {"" = "src"} [project.urls] "Homepage" = "https://github.com/username/kaggle-mcp" "Bug Tracker" = "https://github.com/username/kaggle-mcp/issues"

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/realbytecode/kaggle-mcp'

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