MCP Server
Connect your AI coding tools directly to Hyperscape documentation using the Model Context Protocol (MCP). This allows Claude, Cursor, VS Code, and other AI tools to search our documentation in real-time while generating responses.MCP is an open protocol that creates standardized connections between AI applications and external services. When connected, your AI tool can proactively search Hyperscape documentation during response generation.
Hyperscape MCP Server URL
Benefits
Real-Time Documentation
AI tools search our docs during response generation, not just when asked
Accurate Answers
Get precise Hyperscape-specific guidance instead of generic responses
Always Up-to-Date
Documentation updates are immediately available to your AI tools
Contextual Search
AI determines relevance and searches automatically based on your questions
Connect Your AI Tool
Select your AI tool below for setup instructions:- Cursor
- Claude Code
- VS Code
- Claude Web/Desktop
Step 1: Open MCP Settings
- Press
Ctrl + Shift + P(Windows/Linux) orCmd + Shift + P(macOS) to open the command palette - Search for “Open MCP settings”
- Select Add custom MCP to open the
mcp.jsonfile
Step 2: Add Configuration
Add the following to yourmcp.json:Step 3: Test the Connection
In Cursor’s chat, ask:“What tools do you have available?”Cursor should show Hyperscape as an available MCP tool.
Step 4: Start Using It
Ask Cursor questions about Hyperscape development:- “How do I set up the Hyperscape development environment?”
- “What are the combat constants in Hyperscape?”
- “How does the ECS system work in Hyperscape?”
How It Works
When an AI tool has the Hyperscape MCP server connected:- Contextual Detection: The AI determines when Hyperscape documentation is relevant to your question
- Automatic Search: The AI searches our documentation during response generation
- Real-Time Integration: Search results are incorporated into the AI’s response
- No Manual Prompting: You don’t need to explicitly ask the AI to search the docs
Example Queries
Once connected, try asking your AI tool:Development Setup
Development Setup
- “How do I install Hyperscape locally?”
- “What are the prerequisites for running the dev server?”
- “How do I run the game with AI agents?”
Architecture Questions
Architecture Questions
- “Explain the Entity Component System in Hyperscape”
- “How does the combat system calculate damage?”
- “What is the tick duration in Hyperscape?”
AI Agent Development
AI Agent Development
- “What actions are available for ElizaOS agents?”
- “How do I create a new AI agent action?”
- “What providers give context to AI agents?”
Game Systems
Game Systems
- “How does the banking system work?”
- “What are the mob AI states?”
- “How are ground items handled?”
Troubleshooting
- Cursor
- Claude Code
- VS Code
- Claude Web/Desktop
MCP server not appearing?
- Press
Ctrl + Shift + Pand search “Open MCP settings” - Verify your
mcp.jsonhas valid JSON syntax (no trailing commas) - Restart Cursor after saving the configuration
- Mention “Hyperscape” explicitly in your question
- Check that the MCP server shows as connected in Cursor’s tools