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
{
"mcpServers": {
"gitinsight-mcp": {
"command": "node",
"args": [
"/Users/macbook/Desktop/GitInsight-MCP/dist/index.js"
],
"env": {
"GITHUB_TOKEN": "your_github_personal_access_token_here",
"GITHUB_USERNAME": "marwaniiwael18"
}
}
}
}