Skip to main content
Glama
pyproject.toml1.63 kB
[project] name = "delia" version = "1.0.0" description = "Local LLM delegation via Model Context Protocol" readme = "README.md" requires-python = ">=3.11" license = {file = "LICENSE"} authors = [{name = "zbrdc"}] keywords = ["mcp", "llm", "ollama", "local-ai", "delia", "delegation"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ "mcp>=1.9.0", "httpx>=0.28.1", "pydantic>=2.12.5", "fastmcp>=2.13.3", "pygments>=2.18.0", "tenacity>=9.0.0", "tiktoken>=0.8.0", "structlog>=24.4.0", "aiofiles>=24.1.0", "humanize>=4.10.0", # Authentication (FastAPI-Users) "fastapi-users[oauth,sqlalchemy]>=14.0.0", "aiosqlite>=0.20.0", "python-jose[cryptography]>=3.5.0", "jinja2>=3.1.6", "google-generativeai>=0.8.5", # Rate limiting "limits>=3.13.0", ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"] exclude = ["dashboard*", "node_modules*", "tests*"] [dependency-groups] dev = [ "pytest>=9.0.2", "pytest-asyncio>=1.3.0", ] [project.urls] Repository = "https://github.com/zbrdc/delia" [project.scripts] delia = "delia.mcp_server:main" delia-setup-auth = "delia.setup_auth:main" [tool.pytest.ini_options] pythonpath = ["src"] testpaths = ["tests"]

Latest Blog Posts

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/zbrdc/delia'

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