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
Linear
git-pull-request

Linear MCP Server

Official Linear MCP server for issue tracking

linearissue-trackingproject-managementdevelopment

About

## Linear MCP Server: Issue Tracking The **Linear MCP Server** integrates Linear's modern issue tracking platform into Google Antigravity, enabling developers to manage issues, plan sprints, and track projects through AI-assisted workflows. ### Why Linear MCP? - **Speed First**: Built for keyboard-first, fast navigation - **Beautiful Design**: Clean, modern interface that developers love - **Git Integration**: Automatic issue linking with branches and PRs - **Cycles & Projects**: Plan work with cycles and track project progress - **Real-Time Sync**: Instant updates across all clients ### Key Features #### 1. Issue Management ```javascript // Create issue const issue = await linear.createIssue({ teamId: "team_123", title: "Implement OAuth2 authentication", description: "Add support for Google and GitHub OAuth providers", priority: 2, // High stateId: "state_backlog", assigneeId: "user_123", labelIds: ["label_backend", "label_security"], estimate: 8 }); // Search issues const issues = await linear.searchIssues({ filter: { team: { id: { eq: "team_123" } }, state: { name: { in: ["In Progress", "In Review"] } } }, orderBy: "priority" }); // Update issue state await linear.updateIssue({ id: issue.id, stateId: "state_in_progress" }); ``` #### 2. Cycles and Projects ```javascript // Get current cycle const cycle = await linear.getCurrentCycle({ teamId: "team_123" }); // Add issue to cycle await linear.updateIssue({ id: issue.id, cycleId: cycle.id }); // Create project const project = await linear.createProject({ teamIds: ["team_123"], name: "Q1 Authentication Overhaul", description: "Complete authentication system redesign", targetDate: "2025-03-31" }); // Get project progress const progress = await linear.getProjectProgress({ projectId: project.id }); ``` ### Configuration ```json { "mcpServers": { "linear": { "command": "npx", "args": ["-y", "@anthropic/mcp-linear"], "env": { "LINEAR_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Sprint Planning**: Plan cycles with prioritized issues and estimates. **Bug Tracking**: Create and track bugs with automatic PR linking. **Project Management**: Track project progress with milestones and dependencies. The Linear MCP Server brings modern issue tracking to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "linear": {
      "mcpServers": {
        "linear": {
          "url": "https://mcp.linear.app/mcp",
          "type": "streamable-http"
        }
      }
    }
  }
}

How to Use

  1. 11. Remote server at mcp.linear.app
  2. 22. Requires Linear authentication
  3. 33. Access issues, projects, cycles, and roadmaps

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