Skip to main content
Glama

Reddit MCP Server

by ozipi
index.ts1.89 kB
export * from './types.js'; export * from './get-channel.js'; export * from './get-post.js'; export * from './get-notifications.js'; export * from './search-reddit.js'; export * from './get-comment.js'; export * from './elicitation-example.js'; export * from './sampling-example.js'; export * from './structured-data-example.js'; export * from './logging.js'; export * from './validation-example.js'; export * from './brainloop-handlers.js'; export * from './track-handlers.js'; export type { ToolHandler, ToolHandlerContext, GetChannelArgs, GetPostArgs, GetNotificationsArgs, SearchRedditArgs, GetCommentArgs, RedditPreferences, RedditSubredditConfig, FetchRedditContentArgs, } from './types.js'; export { handleGetChannel } from './get-channel.js'; export { handleGetPost } from './get-post.js'; export { handleGetNotifications } from './get-notifications.js'; export { handleSearchReddit } from './search-reddit.js'; export { handleGetComment } from './get-comment.js'; export { handleElicitationExample } from './elicitation-example.js'; export { handleSamplingExample } from './sampling-example.js'; export { handleStructuredDataExample } from './structured-data-example.js'; export { handleLogging } from './logging.js'; export { handleValidationExample } from './validation-example.js'; export { handleCreateBrainloop, handleViewBrainloops, handleGetBrainloop, handleExpandBrainloop, handleBrainloopProgress, handleGetUnitLessons, handleGetLesson, handleCreateInteraction, handleCreatePrompt, handleCreatePromptsBatch, handleGetLessonPrompts, handleUpdateLesson, handleUpdateUnit, handleDetectDuplicates, handleCleanupEmptyContent, handleReorderUnits } from './brainloop-handlers.js'; export { handleCreateTrack, handleViewTracks, handleGetTrack, handleAddCourseToTrack, handleEnrollInTrack } from './track-handlers.js';

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/ozipi/brainloop-mcp-server-v2'

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