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
mod.js•309 B
/**
* MCP tools module exports
*/
export * from './list-issues.js';
export * from './get-issue.js';
export * from './list-members.js';
export * from './list-projects.js';
export * from './get-project.js';
export * from './list-teams.js';
export * from './add-comment.js';
export * from './create-issue.js';