We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marwaniiwael18/GitInsight-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•430 B
/**
* MCP Tools Index
* Exports all available tools for the MCP server
*/
export * from './list-repositories.js';
export * from './get-repository-details.js';
export * from './get-recent-commits.js';
export * from './get-repository-stats.js';
export * from './search-projects-by-tech.js';
export * from './get-contribution-activity.js';
export * from './get-skills-matrix.js';
export * from './generate-portfolio-summary.js';