We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aitytech/agentkits-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup.ts•252 B
/**
* Global test setup
*
* Disables AI enrichment by default to prevent slow SDK calls
* during tests. The ai-enrichment.test.ts file manages this
* env var independently for its own test cases.
*/
process.env.AGENTKITS_AI_ENRICHMENT = 'false';