Slite
MCP
Productivity
6 tools
Search and manage documentation in Slite
Installation
Install the typed integration package for your language:
Terminal
$ npm install @leash/integration-slite
Authentication
Set SLITE_API_KEY — Get your API key from Slite Settings → Developers → API.
Usage
import { LeashIntegrations } from '@leash/sdk'import { createSliteClient } from '@leash/integration-slite'const leash = new LeashIntegrations()const client = createSliteClient(leash)const result = await client.searchNotes()
Available Tools
| Tool | Description |
|---|---|
ask-slite | Ask a question, get AI answer with sources |
create-note | Create a new note |
get-note | Get note by ID |
get-note-children | Get child notes |
search-notes | Search notes by query |
update-note | Update an existing note |