Skip to main content
Glama
iceener

Linear Streamable MCP Server

by iceener
index.ts815 B
// Linear tools - shared across Node.js and Cloudflare Workers // Core tools export { workspaceMetadataTool } from './workspace-metadata.js'; // Issues export { listIssuesTool } from './list-issues.js'; export { getIssuesTool } from './get-issues.js'; export { createIssuesTool } from './create-issues.js'; export { updateIssuesTool } from './update-issues.js'; // Teams & Users export { listTeamsTool } from './list-teams.js'; export { listUsersTool } from './list-users.js'; // Comments export { listCommentsTool, addCommentsTool, updateCommentsTool } from './comments.js'; // Cycles export { listCyclesTool } from './cycles.js'; // Projects export { listProjectsTool, createProjectsTool, updateProjectsTool } from './projects.js'; // Shared utilities (for use in tools) export * from './shared/index.js';

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/iceener/linear-streamable-mcp-server'

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