Skip to main content
Glama

DuckDB MCP Server

pyproject.toml1.11 kB
[project] name = "duckdb-mcp-server" version = "0.1.0" description = "A MCP server for DuckDB that enables LLMs to query and analyze data from various sources" readme = "README.md" license = { file = "LICENSE" } classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] requires-python = ">=3.10" dependencies = [ "duckdb>=1.2.0", "mcp>=1.0.0", "boto3>=1.26.0", "python-dotenv>=1.0.0" ] [project.urls] "Homepage" = "https://github.com/yourusername/duckdb-mcp-server" "Bug Tracker" = "https://github.com/yourusername/duckdb-mcp-server/issues" [project.scripts] duckdb-mcp-server = "duckdb_mcp_server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] line-length = 120 [tool.ruff.format] docstring-code-format = true [tool.ruff.lint] select = ["E", "F", "I"] [dependency-groups] dev = ["pytest>=8.0.0", "pytest-asyncio>=0.23.0"]

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/mustafahasankhan/duckdb-mcp-server'

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