Skip to main content
Glama

Linear MCP Server

by scoutos
jsconfig.json509 B
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "checkJs": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "strict": false, "baseUrl": ".", "paths": { "*": ["node_modules/*"] } }, "include": ["src/**/*"], "exclude": [ "node_modules", "**/node_modules/*", "src/effects/http/in-memory.js", "src/effects/http/node-fetch.js", "src/effects/http/test-adapter.js" ] }

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

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