Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Slite MCP
📚

Slite MCP MCP Server

Knowledge base for remote teams.

sliteknowledgeteamwiki

About

## Slite MCP Server: Team Documentation The **Slite MCP Server** integrates Slite's team documentation platform into Google Antigravity, enabling developers to create and maintain collaborative documentation through AI-assisted knowledge workflows. ### Why Slite MCP? - **Fast Editor**: Quick, responsive editor with markdown support - **Channels**: Organize docs in topic-based channels - **Ask Feature**: AI-powered answers from your documentation - **Templates**: Start quickly with customizable templates - **External Sharing**: Share docs publicly with link access ### Key Features #### 1. Note Operations ```javascript // Create note const note = await slite.createNote({ title: "API Integration Guide", content: "# API Integration\n\n## Getting Started\n...", channelId: "channel_123", templateId: "template_doc" }); // Search notes const results = await slite.search({ query: "authentication API", channelId: "channel_123", limit: 20 }); // Get note const noteContent = await slite.getNote({ id: note.id }); // Update note await slite.updateNote({ id: note.id, content: updatedContent }); ``` #### 2. Channels and Collaboration ```javascript // List channels const channels = await slite.listChannels(); // Create channel const channel = await slite.createChannel({ name: "Backend Team", description: "Backend team documentation", visibility: "team" }); // Get channel notes const notes = await slite.getChannelNotes({ channelId: channel.id, sort: "updated" }); // Add comment await slite.addComment({ noteId: note.id, content: "Great documentation! One suggestion..." }); ``` ### Configuration ```json { "mcpServers": { "slite": { "command": "npx", "args": ["-y", "@anthropic/mcp-slite"], "env": { "SLITE_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Team Wiki**: Build and maintain team documentation in channels. **Project Docs**: Create project-specific documentation spaces. **Knowledge Sharing**: Share expertise across teams with searchable docs. The Slite MCP Server brings collaborative documentation to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "slite": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers