We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbroenne/mcp-server-excel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Directory.Build.props.user.template•662 B
<!--
Local developer settings (COPY to Directory.Build.props.user)
This file is a template. To use:
1. Copy this file to Directory.Build.props.user
2. Fill in your actual values
3. Directory.Build.props.user is gitignored and won't be committed
The values here are picked up by MSBuild at build time and embedded into the compiled assembly.
-->
<Project>
<PropertyGroup>
<!-- Application Insights connection string for telemetry -->
<!-- Get from Azure Portal: Application Insights > Overview > Connection String -->
<AppInsightsConnectionString>YOUR_CONNECTION_STRING_HERE</AppInsightsConnectionString>
</PropertyGroup>
</Project>