npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@coretext-ai/coretext-1c185650-8ead-4b38-acdc-3fbdb43fb091

v1.0.1

Published

Coretext Linear Server

Readme

coretext-linear-server

Coretext Linear Server

Installation

npm install @coretext-ai/coretext-1c185650-8ead-4b38-acdc-3fbdb43fb091

Configuration

Environment Variables

The following environment variables are required:

  • NPM_TOKEN: User-defined environment variable
  • GITHUB_TOKEN: User-defined environment variable

Usage

With Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "coretext-linear-server": {
      "command": "npx",
      "args": ["@coretext-ai/coretext-1c185650-8ead-4b38-acdc-3fbdb43fb091"],
      "env": {
        "NPM_TOKEN": "your-value-here",
        "GITHUB_TOKEN": "your-value-here"
      }
    }
  }
}

Available Tools

This server provides the following tools:

linear Service

  • get_team: Get team details including members and settings
  • get_user: Get user details and profile information
  • get_issue: Retrieve issue details by ID or identifier
  • get_viewer: Get current user information (viewer)
  • list_teams: List all teams in the workspace
  • list_users: List all users in the workspace
  • get_project: Get project details including associated issues
  • list_issues: List issues with optional filtering by team, state, assignee, and labels
  • list_labels: List all labels available in the workspace
  • apply_labels: Apply labels to an issue
  • assign_issue: Assign a user to an issue
  • create_issue: Create a new issue with title, description, and team assignment
  • create_label: Create a new label for issue categorization
  • delete_issue: Delete an issue by ID
  • update_issue: Update issue properties including title, description, priority, and state
  • list_comments: List comments for an issue
  • list_projects: List all projects with optional filtering
  • search_issues: Search issues using text query and filters
  • create_comment: Create a comment on an issue
  • create_project: Create a new project
  • update_project: Update project properties
  • transition_issue: Transition an issue to a different workflow state
  • list_workflow_states: List all workflow states available in the workspace

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build

# Run tests
npm test

License

MIT


Generated with Template Orchestrator