1. Conduid
  2. Developer Tools
  3. Modelcontextprotocol
MCP server · Developer Tools

Modelcontextprotocol

基于.NET Standard 2.0实现的MCP Server,兼容Unity,无Python

Unclaimed Apache-2.0 last commit 8 months ago devtools
53Fair

Scored 4 months ago · breakdown

About Modelcontextprotocol

Modelcontextprotocol is an MCP server published by yueh0607 in the Developer Tools category: 基于.NET Standard 2.0实现的MCP Server,兼容Unity,无Python. It has been installed 0 times through Conduid.

The repository has 7 stars and 2 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx modelcontextprotocol

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Modelcontextprotocol

Powered by Claude · Grounded in docs

I know everything about Modelcontextprotocol. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

ModelContextProtocolCSharp

基于.NET Standard 2.0 的MCP Server实现,用于嵌入unity和各种允许CSharp开发插件的程序内。

相比Python + C# 实现的优势

  • 推广容易 : 导入项目无理解负担,参与共建意愿强。
  • 容易配置: 无需Python环境,减少配置步骤。
  • 写工具无需同时加Python 和 C# ,容易开发。

开始

打开MCP工具设置,点击Start Server,开启MCP服务器

于Cursor设置中修改MCP设置

{
  "mcpServers": {
    "unity-mcp": {
      "transport": "http",
      "url": "http://localhost:8080/"
    }
  }
}

添加你的工具:

完全通用的工具:Packages/com.yourcompany.modelcontextprotocol/Editor/BuiltInTools/McpServer.BuiltInTools.asmdef (跟随此开源项目)

项目特化的工具:McpServer.ProjectTools.asmdef(可放在任意位置)

工具示例:

Contributors

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Modelcontextprotocol

How do I install Modelcontextprotocol?

Run npx modelcontextprotocol, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Modelcontextprotocol safe to use with an AI agent?

Its trust score is 53 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Modelcontextprotocol still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.