Skip to main content
Glama

Linear MCP Server

by cpropster
package.json614 B
{ "name": "linear-mcp", "version": "1.0.0", "description": "Model Context Protocol server for Linear", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "test": "node test-client.js", "dev": "tsc -w" }, "keywords": [ "linear", "mcp", "claude", "anthropic" ], "author": "Cline", "license": "MIT", "dependencies": { "@linear/sdk": "^2.0.0", "@modelcontextprotocol/sdk": "^0.1.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }

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

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