Skip to main content

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

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

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:

Step 1: Open MCP Settings

  1. Press Ctrl + Shift + P (Windows/Linux) or Cmd + Shift + P (macOS) to open the command palette
  2. Search for “Open MCP settings”
  3. Select Add custom MCP to open the mcp.json file

Step 2: Add Configuration

Add the following to your mcp.json:
{
  "mcpServers": {
    "Hyperscape": {
      "url": "https://hyperscape-ai.mintlify.app/mcp"
    }
  }
}

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?”
See the Cursor MCP documentation for more details.

How It Works

When an AI tool has the Hyperscape MCP server connected:
  1. Contextual Detection: The AI determines when Hyperscape documentation is relevant to your question
  2. Automatic Search: The AI searches our documentation during response generation
  3. Real-Time Integration: Search results are incorporated into the AI’s response
  4. 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:
  • “How do I install Hyperscape locally?”
  • “What are the prerequisites for running the dev server?”
  • “How do I run the game with AI agents?”
  • “Explain the Entity Component System in Hyperscape”
  • “How does the combat system calculate damage?”
  • “What is the tick duration in Hyperscape?”
  • “What actions are available for ElizaOS agents?”
  • “How do I create a new AI agent action?”
  • “What providers give context to AI agents?”
  • “How does the banking system work?”
  • “What are the mob AI states?”
  • “How are ground items handled?”

Troubleshooting

MCP server not appearing?
  • Press Ctrl + Shift + P and search “Open MCP settings”
  • Verify your mcp.json has valid JSON syntax (no trailing commas)
  • Restart Cursor after saving the configuration
Not getting Hyperscape-specific answers?
  • Mention “Hyperscape” explicitly in your question
  • Check that the MCP server shows as connected in Cursor’s tools