Skip to main content

Sublay MCP Server

The Sublay MCP (Model Context Protocol) Server enables AI-powered tools like Claude Code, Cursor, and Windsurf to directly access and search the Sublay documentation. This allows for more contextual and accurate responses when working with Sublay in your AI development environment.

What is MCP?

The Model Context Protocol (MCP) is a standardized way for AI tools to connect to external data sources and services. By installing the Sublay MCP server, your AI assistant can search and reference the complete Sublay documentation in real-time.

Server URL

Available Tools

search_sublay_documentation

Search across the Sublay Documentation knowledge base to find relevant information, code examples, API references, and guides. When to use:
  • Answering questions about Sublay features
  • Finding specific documentation pages
  • Understanding how features work
  • Locating implementation details and code examples
Returns:
  • Contextual content from documentation
  • Page titles and descriptions
  • Direct links to documentation pages

Installation

Claude Code

To add the Sublay MCP server to Claude Code:
  1. Open your Claude Code MCP settings
  2. Add the Sublay MCP server URL:
  3. Restart Claude Code to activate the integration

Cursor

To add the Sublay MCP server to Cursor:
  1. Open Cursor settings
  2. Navigate to the MCP section
  3. Add the Sublay MCP server URL:
  4. Restart Cursor to activate the integration

Windsurf

To add the Sublay MCP server to Windsurf:
  1. Open Windsurf settings
  2. Navigate to the MCP integration settings
  3. Add the Sublay MCP server URL:
  4. Restart Windsurf to activate the integration

Usage Examples

Once installed, your AI assistant can automatically search the Sublay documentation when you ask questions like:
  • “How do I implement authentication with Sublay?”
  • “Show me how to use the comments feature”
  • “What are the available user hooks?”
  • “How do I fetch entities with filters?”
The AI will use the MCP server to retrieve accurate, up-to-date information directly from the official documentation.

Benefits

Real-time Documentation Access

Your AI assistant always has access to the latest Sublay documentation

Contextual Code Assistance

Get more accurate code suggestions based on actual Sublay patterns

Faster Development

Reduce context switching by getting answers without leaving your editor

Always Up-to-Date

No need to manually update documentation - the MCP server always reflects the current docs

Troubleshooting

If the MCP integration is not working:
  1. Verify the server URL is entered correctly
  2. Ensure your AI tool supports MCP
  3. Restart your AI tool after adding the server
  4. Check your internet connection
  5. Verify the MCP server is accessible at https://docs.sublay.io/mcp

Learn More

Getting Started

Start building with Sublay

API Reference

Explore the API documentation

SDK Reference

Learn about SDK features