Skip to main content
Glama
Efabien
by Efabien

Linear MCP Server

This project is a server that integrates with the Linear workspace, allowing you to interact with your Linear data through the Model Context Protocol (MCP).

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v20.0.0 or higher)

  • npm

Related MCP server: Linear MCP Server

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/linear-mcp-server.git
    cd linear-mcp-server
  2. Install dependencies:

    npm install
  3. Set up your environment variables: Create a .env file in the root of the project and add your Linear API key:

    LINEAR_API_KEY=your_linear_api_key
  4. Build the project:

    npm run build

Running the Server

To start the server, run the following command:

npm start

For development, you can use:

npm run dev

This will run the server with ts-node and automatically restart it when you make changes.

Available Tools

This server exposes the following tools:

  • Cycles: Manage your project cycles.

  • Issues: Create, update, and search for issues.

  • Projects: Manage your projects.

  • Search: A global search tool.

  • Teams: Manage your teams.

License

This project is licensed under the MIT License. See the LICENSE file for details.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    Provides a Model Context Protocol interface for accessing Linear's issue tracking system, enabling users to query and search issues with TypeScript type safety and robust error handling.
    Last updated
    864
    30
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Facilitates project management with the Linear API via the Model Context Protocol, allowing users to manage initiatives, projects, issues, and their relationships through features like creation, viewing, updating, and prioritization.
    Last updated
    670
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides access to Linear's issue tracking system through a standardized Model Context Protocol interface, allowing users to create, update, search, and manage issues, projects, and comments via natural language.
    Last updated
    864
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Efabien/linear-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server