We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1nbuc/mcp-integration-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
limits-a61f1ce.md•1.53 kB
<!-- loioa61f1ce25da7408a82d2e0adcf2f8562 -->
# Limits
This topic describes the capability configurations for Graph.
Consider the boundary conditions described in the following table when building and consuming business data graphs. Exceeding limits that are automatically enforced will result in errors.
**Capability Configurations**
<table>
<tr>
<th valign="top">
Feature
</th>
<th valign="top">
Configuration Values
</th>
<th valign="top">
Automatically Enforced
</th>
</tr>
<tr>
<td valign="top">
Maximum number of business data graphs per global account
</td>
<td valign="top">
500
</td>
<td valign="top">
Yes
</td>
</tr>
<tr>
<td valign="top">
Maximum number of business data graphs per subaccount
</td>
<td valign="top">
50
</td>
<td valign="top">
Yes
</td>
</tr>
<tr>
<td valign="top">
Maximum number of services per business data graph
</td>
<td valign="top">
5000
</td>
<td valign="top">
Yes
</td>
</tr>
<tr>
<td valign="top">
Maximum metadata size per service
</td>
<td valign="top">
50 MB
</td>
<td valign="top">
Yes
</td>
</tr>
<tr>
<td valign="top">
Maximum number of extensions per subaccount
</td>
<td valign="top">
100
</td>
<td valign="top">
Yes
</td>
</tr>
<tr>
<td valign="top">
Maximum number of projection definitions per extension
</td>
<td valign="top">
100
</td>
<td valign="top">
Yes
</td>
</tr>
<tr>
<td valign="top">
Maximum size of a projection definition \(JSON\) file
</td>
<td valign="top">
1 MB
</td>
<td valign="top">
Yes
</td>
</tr>
</table>