We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/redmorestudio/thebrain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.js•195 B
// src/handlers/index.js - Export all handlers
export * from './thoughts.js';
export * from './links.js';
export * from './attachments.js';
export * from './notes.js';
export * from './stats.js';