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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
Logseq
book-open

Logseq MCP Server

Privacy-first knowledge base

notesprivacylocal-first

About

## Logseq MCP Server: Knowledge Graph Notes The **Logseq MCP Server** integrates Logseq knowledge management into Google Antigravity, enabling AI-assisted note-taking, knowledge graph exploration, and bi-directional linking for personal knowledge bases. ### Why Logseq MCP? - **Outliner Format**: Hierarchical bullet-point note structure - **Bi-directional Links**: Automatic backlinks between notes - **Knowledge Graph**: Visual graph view of connected notes - **Local-First**: Privacy-focused with local file storage - **Open Source**: Free and open-source software ### Key Features #### 1. Note Creation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new Logseq page for project meeting notes with linked references" }] ) ``` #### 2. Search ```python # Search notes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search Logseq for all notes mentioning machine learning" }] ) ``` #### 3. Graph Queries ```python # Query graph response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find all pages linked to the project planning page" }] ) ``` #### 4. Block Operations ```python # Manage blocks response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Add TODO items to the daily journal with priorities" }] ) ``` ### Configuration ```json { "mcpServers": { "logseq": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-logseq"], "env": { "LOGSEQ_GRAPH_PATH": "/path/to/logseq/graph", "LOGSEQ_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Personal Knowledge**: Build a personal knowledge base. **Research Notes**: Organize research with linked references. **Project Management**: Track projects with connected tasks. **Learning**: Create study notes with spaced repetition. The Logseq MCP Server brings knowledge graph capabilities into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "logseq": {
      "mcpServers": {
        "logseq": {
          "env": {
            "LOGSEQ_GRAPH_PATH": "/path/to/graph"
          },
          "args": [
            "-y",
            "logseq-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Set path to Logseq graph
  2. 2Configure access
  3. 3Search and modify pages

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