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
-
Go to your Profile Settings
-
Navigate to API Keys
-
Click "Create API Key"
-
Give it a name (e.g., "Cursor Integration")
-
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):
{
"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!