
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ai-agent-linear-mcp-server
Advanced tools
MCP server for Linear.app integration, providing comprehensive access to Linear's GraphQL API through the Model Context Protocol.
Get your Linear API key:
Set the environment variable:
export LINEAR_API_KEY=lin_api_xxxxxxxxxxxxxx
Configure in your agent:
mcpServers:
- name: linear
url: node ./mcp-servers/linear/dist/server.js
env:
LINEAR_API_KEY: ${LINEAR_API_KEY}
linear_list_issues
- List issues with filterslinear_get_issue
- Get specific issue detailslinear_create_issue
- Create new issuelinear_update_issue
- Update issue fieldslinear_delete_issue
- Archive/delete issuelinear_search_issues
- Search issues by querylinear_list_projects
- List projectslinear_get_project
- Get project detailslinear_create_project
- Create new projectlinear_update_project
- Update projectlinear_add_issue_to_project
- Link issue to projectlinear_list_teams
- List all teamslinear_get_team
- Get team detailslinear_list_team_issues
- Get team issueslinear_list_users
- List workspace userslinear_get_current_user
- Get authenticated userlinear_get_user
- Get user detailslinear_add_comment
- Add comment to issuelinear_list_comments
- List issue commentslinear_update_comment
- Edit commentlinear_delete_comment
- Delete commentlinear_list_workflow_states
- List stateslinear_move_issue
- Change issue statelinear_list_labels
- List labelslinear_add_label
- Add label to issuelinear_list_cycles
- List cycleslinear_get_current_cycle
- Get active cyclelinear_add_issue_to_cycle
- Add to sprintLinear API has the following rate limits:
# Install dependencies
npm install
# Build
npm run build
# Test
echo '{"method": "tools/list"}' | node dist/server.js
FAQs
MCP server for Linear.app integration
The npm package ai-agent-linear-mcp-server receives a total of 2 weekly downloads. As such, ai-agent-linear-mcp-server popularity was classified as not popular.
We found that ai-agent-linear-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.