Skip to main content
Glama
com.IvanMurzak.Unity.MCP.Server.csproj3.39 kB
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net9.0</TargetFramework> <ImplicitUsings>disable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>com.IvanMurzak.Unity.MCP.Server</RootNamespace> <AssemblyName>unity-mcp-server</AssemblyName> <!-- NuGet Package Properties --> <IsPackable>true</IsPackable> <PackAsTool>true</PackAsTool> <ToolCommandName>unity-mcp-server</ToolCommandName> <PackageId>com.IvanMurzak.Unity.MCP.Server</PackageId> <Version>0.25.0</Version> <Authors>Ivan Murzak</Authors> <Company>Ivan Murzak</Company> <Copyright>Copyright © 2025 Ivan Murzak</Copyright> <Description>Unity MCP Server - A Model Context Protocol server that enables AI assistants to interact with Unity Editor and games through the Unity-MCP Plugin</Description> <PackageTags>unity;mcp;model-context-protocol;ai;assistant;signalr;dotnet-tool</PackageTags> <RepositoryUrl>https://github.com/IvanMurzak/Unity-MCP</RepositoryUrl> <PackageProjectUrl>https://github.com/IvanMurzak/Unity-MCP</PackageProjectUrl> <PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageReadmeFile>README.md</PackageReadmeFile> <PackageReleaseNotes>Initial release of Unity MCP Server as a global dotnet tool</PackageReleaseNotes> </PropertyGroup> <!-- Disable static web assets manifests & strip debug symbols for lean Release output --> <PropertyGroup Condition="'$(Configuration)' == 'Release'"> <GenerateStaticWebAssetsManifest>false</GenerateStaticWebAssetsManifest> <GenerateStaticWebAssetsEndpointsManifest>false</GenerateStaticWebAssetsEndpointsManifest> <DebugType>none</DebugType> <DebugSymbols>false</DebugSymbols> <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> </PropertyGroup> <ItemGroup> <!-- <ProjectReference Include="./../Unity-MCP-Plugin/Assets/root/Unity-MCP-Common/Unity-MCP-Common/Unity-MCP-Common.csproj" /> --> <!-- <ProjectReference Include="./../../../dotnet/MCP-Plugin-dotnet/McpPlugin.Server/McpPlugin.Server.csproj" /> --> <PackageReference Include="com.IvanMurzak.ReflectorNet" Version="2.4.0" /> <PackageReference Include="com.IvanMurzak.McpPlugin.Server" Version="0.5.0" /> <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.0" /> <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" /> <PackageReference Include="NLog.Web.AspNetCore" Version="6.1.0" /> <PackageReference Include="R3" Version="1.3.0" /> </ItemGroup> <!-- <ItemGroup> <Reference Include="./../Unity-MCP-Plugin/Assets/root/Plugins/com.IvanMurzak.ReflectorNet/ReflectorNet.dll"> <HintPath>./../Unity-MCP-Plugin/Assets/root/Plugins/com.IvanMurzak.ReflectorNet/ReflectorNet.dll</HintPath> <Private>true</Private> </Reference> </ItemGroup> --> <!-- Include package files --> <ItemGroup> <None Include="LICENSE" Pack="true" PackagePath="" /> <None Include="README.md" Pack="true" PackagePath="" /> </ItemGroup> <!-- Exclude the local publish output folder so successive publishes don't recursively include previous outputs --> <ItemGroup> <None Remove="publish/**" /> <Content Remove="publish/**" /> <EmbeddedResource Remove="publish/**" /> </ItemGroup> </Project>

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/IvanMurzak/Unity-MCP'

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