Skip to main content
Glama
feature-flags.ts568 B
/** * feature-flags.ts * * Centralise the runtime feature toggles for Smart-Thinking. * Phase 1 explicitly disables any external AI integrations. */ export const FeatureFlags = { /** * Controls access to remote embedding providers (e.g. Cohere). * Phase 1 keeps this disabled while the similarity engine is refactored. */ externalEmbeddingEnabled: false, /** * Controls access to remote LLM providers (e.g. OpenRouter / OpenAI). * Phase 1 keeps this disabled so reasoning relies on internal heuristics. */ externalLlmEnabled: false, };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leghis/Smart-Thinking'

If you have feedback or need assistance with the MCP directory API, please join our Discord server