Skip to main content
Glama

Linear MCP Integration Server

by skspade
smithery.yaml381 B
startCommand: type: stdio configSchema: type: object required: - linearApiKey properties: linearApiKey: type: string description: The API key for the Linear service. commandFunction: | (config) => ({ command: 'node', args: ['--import', 'tsx', 'src/server.ts'], env: { LINEAR_API_KEY: config.linearApiKey } })

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

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