mcp-agent8

mcp-agent8

0

The Agent8 MCP Server is a comprehensive server solution for supporting Agent8 SDK development. It offers game development tools and asset generation capabilities using the Model Context Protocol along with various transports such as stdio, SSE, and streamable-http. The server is built with TypeScript and pnpm.

MCP Server for Agent8

A server implementing the Model Context Protocol (MCP) to support Agent8 SDK development. Developed with TypeScript and pnpm, supporting stdio, SSE, and streamable-http transports.

Features

Prompts

  • System Prompt for Agent8 SDK: Provides optimized guidelines for Agent8 SDK development.

Tools

  • Code Examples Search: Retrieves relevant Agent8 game development code examples.
  • Game Resource Search: Searches for game development assets using semantic similarity matching.
  • Asset Generation: Toolset for game asset creation including images, cinematics, audio, and skyboxes.

Usage

Command Line Options

  • --debug: Enable debug mode
  • --transport <type>: Transport type (stdio, sse, or streamable-http)
  • --port <number>: Port to use for SSE or HTTP transport

Supported Environment Variables

Various environment variables are supported for configurations like MCP_TRANSPORT, PORT, LOG_LEVEL, SUPABASE_URL, OPENAI_API_KEY, etc.