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
Nuclino MCP
⚛️

Nuclino MCP MCP Server

Unified workspace for knowledge and collaboration.

nuclinoknowledgeworkspacevisual

About

## Nuclino MCP Server: Team Knowledge The **Nuclino MCP Server** integrates Nuclino's unified workspace into Google Antigravity, enabling developers to create and manage team knowledge with real-time collaboration through AI-assisted documentation. ### Why Nuclino MCP? - **Visual Organization**: Organize content in graphs, boards, or lists - **Real-Time Collaboration**: Edit documents with team members simultaneously - **Instant Search**: Find anything instantly with full-text search - **Simple Structure**: Clean, distraction-free writing experience - **Integrations**: Connect with Slack, GitHub, and other tools ### Key Features #### 1. Item Management ```javascript // Create item (page) const item = await nuclino.createItem({ workspaceId: "workspace_123", object: "item", title: "API Design Guidelines", content: "# API Design Guidelines\n\n## RESTful Conventions\n...", fields: { "status": "published", "category": "Engineering" } }); // Search items const results = await nuclino.search({ workspaceId: "workspace_123", query: "authentication API", limit: 10 }); // Get item content const content = await nuclino.getItem({ itemId: item.id }); // Update item await nuclino.updateItem({ itemId: item.id, content: updatedContent }); ``` #### 2. Workspace Organization ```javascript // List workspaces const workspaces = await nuclino.listWorkspaces(); // Get workspace structure const structure = await nuclino.getWorkspaceItems({ workspaceId: "workspace_123", includeChildren: true }); // Create cluster (folder) const cluster = await nuclino.createCluster({ workspaceId: "workspace_123", title: "Backend Documentation" }); // Move item to cluster await nuclino.moveItem({ itemId: item.id, parentId: cluster.id }); ``` ### Configuration ```json { "mcpServers": { "nuclino": { "command": "npx", "args": ["-y", "@anthropic/mcp-nuclino"], "env": { "NUCLINO_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Team Wiki**: Build and maintain team documentation with visual organization. **Knowledge Sharing**: Create searchable knowledge bases for distributed teams. **Project Documentation**: Document projects with real-time collaboration. The Nuclino MCP Server brings visual knowledge management to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "nuclino": {}
  }
}

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