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
Tettra MCP
🧠

Tettra MCP MCP Server

Knowledge management for growing teams.

tettraknowledgewikiteams

About

## Tettra MCP Server: Company Wiki The **Tettra MCP Server** integrates Tettra's knowledge management platform into Google Antigravity, enabling developers to build and maintain company wikis through AI-assisted documentation workflows. ### Why Tettra MCP? - **AI-Powered Search**: Find answers with smart search and suggestions - **Knowledge Requests**: Request documentation from team members - **Verification**: Keep content fresh with verification workflows - **Slack Integration**: Answer questions directly in Slack - **Analytics**: Track content usage and gaps ### Key Features #### 1. Page Management ```javascript // Create page const page = await tettra.createPage({ title: "Onboarding Checklist", content: "# New Developer Onboarding\n\n## Day 1\n...", categoryId: "category_123", ownerId: "user_456" }); // Search pages const results = await tettra.search({ query: "deployment process", type: "page" }); // Get page content const pageContent = await tettra.getPage({ id: page.id }); // Update page await tettra.updatePage({ id: page.id, content: updatedContent }); ``` #### 2. Categories and Verification ```javascript // List categories const categories = await tettra.listCategories(); // Create category const category = await tettra.createCategory({ name: "Engineering", description: "Engineering team documentation" }); // Get category pages const pages = await tettra.getCategoryPages({ categoryId: category.id }); // Mark page as verified await tettra.verifyPage({ id: page.id, verifiedBy: "user_123" }); // Request knowledge await tettra.createKnowledgeRequest({ question: "How do we handle database migrations?", assigneeId: "user_456" }); ``` ### Configuration ```json { "mcpServers": { "tettra": { "command": "npx", "args": ["-y", "@anthropic/mcp-tettra"], "env": { "TETTRA_API_KEY": "your-api-key", "TETTRA_TEAM": "your-team" } } } } ``` ### Use Cases **Company Wiki**: Build centralized knowledge bases for organizations. **Onboarding**: Create verified onboarding documentation. **Knowledge Gaps**: Identify and fill documentation gaps with requests. The Tettra MCP Server brings intelligent wikis to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "tettra": {}
  }
}

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