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


Quick Setup

Add to your mcp.json (via Ctrl+Shift+P → “Open MCP settings”):

What Gets Exposed

The MCP server provides a search tool that queries all Hyperscape documentation:

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