MCP.so
登录

Smithery.ai Integration for Unity AI MCP Server

@GrandMasterK414

关于 Smithery.ai Integration for Unity AI MCP Server

A clean implementation of Smithery.ai integration for Unity AI MCP Server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

GrandMasterK414

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "smithery-ai-integration": {
      "command": "node",
      "args": [
        "dist/index.js",
        "--stdio"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Smithery.ai Integration for Unity AI MCP Server?

This server bridges Unity and the Smithery.ai API, enabling Unity developers to use AI-powered tools directly from the Unity Editor. It dynamically loads tools, manages credentials securely, and communicates via STDIO.

How to use Smithery.ai Integration for Unity AI MCP Server?

Clone the repository, install dependencies (npm install), build (npm run build), and configure a .env file with your Smithery.ai API key. Run as a standalone service with npm start or for Unity integration using node dist/index.js --stdio.

Key features of Smithery.ai Integration for Unity AI MCP Server

  • Connect Unity Editor to Smithery.ai services
  • Dynamically load available AI tools from Smithery
  • Secure credential management via environment variables
  • Efficient caching of tool responses
  • Clean STDIO communication layer for seamless integration

Use cases of Smithery.ai Integration for Unity AI MCP Server

  • Enhance Unity Editor workflows with on-demand AI tools
  • Automate asset generation or scene analysis via Smithery
  • Integrate AI-powered decision making into Unity projects

FAQ from Smithery.ai Integration for Unity AI MCP Server

What are the prerequisites?

Node.js 14 or higher, Unity 2022.3 or higher (for Unity integration), and a Smithery.ai API key.

How do I configure the API key?

Set the SMITHERY_API_KEY variable in a .env file in the root directory. Other optional configs include SMITHERY_ENABLED, SMITHERY_API_URL, and SMITHERY_CACHE_DURATION.

How does Unity communicate with the server?

The server runs with the --stdio flag and uses a clean STDIO communication layer to bridge the Unity Editor with Smithery services.

Does the server cache tool responses?

Yes, the cache duration is configurable via the SMITHERY_CACHE_DURATION environment variable (default 3600 seconds).

Where can I find deployment instructions?

Refer to the Deployment Guide in the repository.

评论

其他 分类下的更多 MCP 服务器