Skip to main content
modiva.ai
Accedi
Logo di Linear

Collega l'API Linear

Integra l'API Linear tramite l'API REST unificata di Modiva e il server MCP ospitato. Read & write issues, projects, teams and comments in Linear, and receive webhooks on changes. OAuth, aggiornamento dei token, rate limit e 7 strumenti tipizzati sono gestiti per te: collega una volta e richiama Linear da qualsiasi agente o app attraverso un singolo endpoint.

Collega Linear — ottieni la chiave MCPLeggi la documentazione

Cosa puoi fare con l'API Linear

  • Issues
  • Projects & teams
  • Comments
  • Token refresh
  • Webhooks

Strumenti MCP e scope di Linear

accounts_
get · workspace identity
issues_
list · create · update
teams_
list
projects_
list
comments_
create

Scope OAuth richiesti

  • Read your workspace identity
  • Read & write issues
  • Read & write projects and comments
  • Read teams

Collega Linear nel tuo agente

# Add Modiva's MCP server to your agent
{
  "mcpServers": {
    "modiva": {
      "url": "https://mcp.modiva.ai",
      "headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
    }
  }
}

# Then connect Linear and call its tools, e.g.
accounts_list(provider="linear")

Domande frequenti

Come collego l'API Linear con Modiva?

Crea un account Modiva, genera una chiave MCP e collega Linear dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.

Cosa posso fare con l'API Linear tramite Modiva?

Read & write issues, projects, teams and comments in Linear, and receive webhooks on changes. Ottieni 7 strumenti tipizzati raggruppati per risorsa (accounts_, issues_, teams_, projects_, comments_), richiamabili tramite REST o il server MCP.

Devo gestire personalmente OAuth o l'aggiornamento dei token?

No. Modiva gestisce l'handshake OAuth di Linear, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.

Un agente IA può usare l'API Linear?

Sì, è proprio questo il punto. Modiva espone Linear come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Linear attraverso un unico endpoint.

Playbook e guide di Linear

Playbook gratuiti e passo dopo passo sulla crescita con Linear: cosa funziona, oltre a come metterlo in pratica con Modiva.

How to Automate Engineering Workflows With Linear and AI Agents

Integrazioni correlate

Collega SlackCollega NotionCollega Google SheetsCollega Airtable
Connect the Linear API — Modiva