ModelContextProtocol

yueh0607/ModelContextProtocol
★ 7 stars C# 🧠 Memory/Knowledge Updated 4mo ago
基于.NET Standard 2.0实现的MCP Server,兼容Unity,无Python
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "yueh0607/ModelContextProtocol"
      ]
    }
  }
}