Features

MCP Server Integration

Connect Sleeve to AI development tools like Cursor

Sleeve implements the Model Context Protocol (MCP), allowing you to integrate your documentation directly into AI-powered development tools like Cursor.

What is MCP?

The Model Context Protocol is an open protocol that provides LLMs with contextual information from external sources. With Sleeve's MCP server, AI assistants can search and retrieve your organization's documentation in real-time.

Setup Instructions

Step 1: Create API Key

  1. Go to your Profile Settings

  2. Navigate to API Keys

  3. Click "Create API Key"

  4. Give it a name (e.g., "Cursor Integration")

  5. Copy the generated key (you won't see it again!)

Step 2: Configure mcp.json

Add this configuration to your mcp.json file (replace YOUR_API_KEY with your actual API key): Install MCP Server

{
  "mcpServers": {
    "sleeve": {
      "url": "https://sleeve.getpug.dev/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Don't forget to replace YOUR_API_KEY with your actual API key after adding!

Available Tools

When your AI assistant connects to Sleeve, it gains access to these tools:

search_documents

Search your organization's documentation using natural language.

get_document

Retrieve the full content of a specific document.

assistant_chat

Ask the Sleeve assistant to research and surface relevant information.

Other MCP-Compatible Tools

Sleeve works with any MCP-compatible application including Cursor, Claude Desktop, and Windsurf.

The MCP protocol is an open standard. As more tools adopt it, Sleeve will work with them automatically.

With MCP integration, your AI development tools have instant access to your organization's knowledge base. Code smarter, not harder!

MCP Server Integration