Skip to main content

MCP Server Reference

Hyperscape documentation is available via Model Context Protocol (MCP), allowing AI coding tools to search our docs in real-time.

Server URL

https://hyperscape-ai.mintlify.app/mcp

Quick Setup

Add to your mcp.json (via Ctrl+Shift+P → “Open MCP settings”):
{
  "mcpServers": {
    "Hyperscape": {
      "url": "https://hyperscape-ai.mintlify.app/mcp"
    }
  }
}

What Gets Exposed

The MCP server provides a search tool that queries all Hyperscape documentation:
ContentDescription
Quickstart & GuidesSetup, development, deployment guides
Architecture DocsECS, networking, database, events
Game SystemsCombat, skills, inventory, banking, death
AI AgentsActions, providers, ElizaOS integration
API ReferenceREST endpoints and schemas
WikiIn-depth technical reference

How AI Tools Use It

The AI determines when to search automatically based on:
  • Your question context
  • Keywords matching Hyperscape concepts
  • Relevance to game development topics

Example Queries

Once connected, your AI tool can answer: Development
  • “How do I set up the Hyperscape dev environment?”
  • “What’s the command to run with AI agents?”
Architecture
  • “Explain the Entity Component System”
  • “How does WebSocket synchronization work?”
Game Mechanics
  • “What’s the tick duration in combat?”
  • “How is max hit calculated?”
AI Agents
  • “List all ElizaOS actions”
  • “What context providers are available?”

Full Documentation

For detailed setup instructions, troubleshooting, and examples:

MCP Server Guide

Complete guide to connecting AI tools to Hyperscape documentation