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
- Cursor
- Claude Code
- VS Code
- Claude Web/Desktop
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:| Content | Description |
|---|---|
| Quickstart & Guides | Setup, development, deployment guides |
| Architecture Docs | ECS, networking, database, events |
| Game Systems | Combat, skills, inventory, banking, death |
| AI Agents | Actions, providers, ElizaOS integration |
| API Reference | REST endpoints and schemas |
| Wiki | In-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?”
- “Explain the Entity Component System”
- “How does WebSocket synchronization work?”
- “What’s the tick duration in combat?”
- “How is max hit calculated?”
- “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