Skip to main content
Glama

MCP Server with LLM Integration

by MelaLitho
pyproject.toml1.47 kB
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-server" version = "0.1.0" description = "Model Context Protocol (MCP) server implementation" readme = "README.md" authors = [ {name = "Your Name", email = "your.email@example.com"} ] license = {text = "MIT"} classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] requires-python = ">=3.8" dependencies = [ "mcp>=1.0.0", "pydantic>=2.0.0", "typing-extensions>=4.0.0", "asyncio-mqtt>=0.13.0", "httpx>=0.25.0", "structlog>=23.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "isort>=5.12.0", "mypy>=1.0.0", "pre-commit>=3.0.0", ] [project.scripts] mcp-server = "server:main" [tool.setuptools.packages.find] where = ["."] include = ["*"] [tool.black] line-length = 88 target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] [tool.isort] profile = "black" line_length = 88 [tool.mypy] python_version = "3.8" strict = true warn_return_any = true warn_unused_configs = true

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/MelaLitho/MCPServer'

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