Skip to main content
Glama

Skeleton MCP Server

by nickweedon
pyproject.toml1.32 kB
[project] name = "skeleton-mcp" version = "0.1.0" description = "A skeleton MCP (Model Context Protocol) server template" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [ { name = "Your Name", email = "your.email@example.com" } ] keywords = ["mcp", "model-context-protocol", "claude", "ai", "server"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "fastmcp>=2.0.0", "requests>=2.31.0", "python-dotenv>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pytest-httpserver>=1.0.0", "responses>=0.23.0", "ruff>=0.1.0", ] [project.scripts] skeleton-mcp = "skeleton_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/skeleton_mcp"] [tool.ruff] line-length = 100 target-version = "py310" [tool.ruff.lint] select = ["E", "F", "I", "W"] ignore = ["E501"] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto"

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/nickweedon/mcp_server_template'

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