@coretext-ai/coretext-1c185650-8ead-4b38-acdc-3fbdb43fb091
v1.0.1
Published
Coretext Linear Server
Keywords
Readme
coretext-linear-server
Coretext Linear Server
Installation
npm install @coretext-ai/coretext-1c185650-8ead-4b38-acdc-3fbdb43fb091Configuration
Environment Variables
The following environment variables are required:
NPM_TOKEN: User-defined environment variableGITHUB_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 testLicense
MIT
Generated with Template Orchestrator
