https://docs.hypermode.com/mcp
.
What’s the Hypermode docs MCP server?
The Hypermode docs MCP server is a specialized tool that allows AI assistants to search and retrieve information from the Hypermode documentation in real-time. It acts as a bridge between your AI assistant and the comprehensive Hypermode knowledge base, ensuring you get the most up-to-date and relevant information.Available tools
Search
Search across the Hypermode documentation to find relevant information, code examples, API references, and guides. Parameters:query
(string, required): The search query to execute across the documentation
title
(string): The title of the documentation pagecontent
(string): A brief description of the contenturl
(string): Direct link to the documentation pagesnippet
(string): Relevant text snippet from the documentation
- Answer questions about Hypermode features
- Find specific documentation or guides
- Understand how features work
- Locate implementation details
- Get help with Dgraph DQL queries
Setup Instructions
Claude Desktop
- Open Claude Desktop
- Go to Settings → MCP Servers
- Click Add Server
- Enter the following details:
- Name:
Hypermode docs
- URL:
https://docs.hypermode.com/mcp
- Name:
- Click Save
- Restart Claude Desktop
VS Code
- Install the MCP Client extension from the VS Code marketplace
- Open Command Palette (
Cmd/Ctrl + Shift + P
) - Type “MCP: Add Server” and select it
- Enter the server details:
- Name:
Hypermode docs
- URL:
https://docs.hypermode.com/mcp
- Name:
- The MCP server will be available in your AI assistant interactions
Cursor
- Open Cursor
- Navigate to Settings → AI → MCP Servers
- Click Add Server
- Configure the server:
- Name:
Hypermode docs
- Endpoint:
https://docs.hypermode.com/mcp
- Name:
- Save and restart Cursor
Tool call examples
Here are actual examples of what the Hypermode Docs MCP server tool calls and responses look like:Example 1: Searching for Dgraph DQL Examples
User Query: “How to write a DQL query to find all users with a specific age range?” MCP Search The assistant can search the Hypermode docs for DQL examples, finding relevant documentation about:- Basic DQL query syntax
- Filtering and range queries
- User data models
- Specific examples from tutorials
- Relevant DQL query examples
- Links to specific documentation pages
- Additional context about Dgraph query patterns
Example 2: Finding Hypermode agent connection guides
User Query: “How to connect an agent to Stripe?” MCP Search The assistant searches for Stripe connection documentation, finding:- Step-by-step connection guides
- Required configuration details
- Example agent configurations
- Troubleshooting tips
Example 3: Python Dgraph connection syntax
User Query: “What’s the syntax to create a connection to Hypermode graphs using the dgraph:// connection string in Python?” MCP Search The assistant searches for Python Dgraph connection documentation, finding:- Python SDK examples and tutorials
- Connection string syntax and format
- Hypermode graph connection guides
- Code samples for dgraph:// protocol
Benefits of using the MCP server
- Real-time Information: Always access the latest documentation
- Contextual Results: Get relevant information based on your specific query
- Direct Links: Navigate directly to the source documentation
- Comprehensive Coverage: Search across all Hypermode resources
- AI-Optimized: Designed specifically for AI assistant interactions
Troubleshooting
Common Issues
Server connection failed
- Verify the URL:
https://docs.hypermode.com/mcp
- Check your internet connection
- Ensure the MCP client supports HTTPS connections
Search not working
- Restart your MCP client app
- Verify the server is properly configured
- Check if the server requires authentication (currently none required)
No results found
- Try different search terms
- Use more specific queries
- Check if the documentation covers your topic
Getting help
If you encounter issues with the MCP server:- Verify your configuration matches the setup instructions
- Check the MCP client’s error logs
- Ensure you’re using a supported MCP client
- Contact Hypermode support if issues persist
Advanced usage
Optimizing searches
- Use specific technical terms (for example, “DQL aggregation” instead of “how to count”)
- Include feature names (for example, “Hypermode agents” instead of “agents”)
- Reference specific error messages or code snippets
Integration with development workflow
- Use the MCP server during code reviews
- Get instant help with Dgraph queries
- Find examples for specific use cases
- Access troubleshooting guides in real-time