Skip to main content
Glama
pyproject.toml622 B
[project] name = "MCPForUnityServer" version = "8.1.4" description = "MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)." readme = "README.md" requires-python = ">=3.10" dependencies = [ "httpx>=0.27.2", "fastmcp>=2.13.0,<2.13.2", "mcp>=1.16.0", "pydantic>=2.12.0", "tomli>=2.3.0", "fastapi>=0.104.0", "uvicorn>=0.35.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23", ] [project.scripts] mcp-for-unity = "main:main" [build-system] requires = ["setuptools>=64.0.0", "wheel"] build-backend = "setuptools.build_meta"

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/CoplayDev/unity-mcp'

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