Connects Claude to OmegaAI workspaces, letting you query data, browse resources, and trigger automations without leaving your MCP client. Runs over streamable HTTP with OAuth 2.0, so you can point it at the hosted endpoint or self-host if needed. Reach for this when you're working with OmegaAI projects and want to pull workspace data, run queries, or kick off workflows directly from Claude instead of switching between tools. The remote transport means no local installation, just authenticate and start sending requests to your OmegaAI instance.
Public tool metadata for what this MCP can expose to an agent.
omega_storeStore a memory with optional type and metadata. Use when the user says 'remember this' or for programmatic capture (decisions, lessons, errors). Defaults to type 'memory' if event_type is omitted.9 paramsStore a memory with optional type and metadata. Use when the user says 'remember this' or for programmatic capture (decisions, lessons, errors). Defaults to type 'memory' if event_type is omitted.
textstringcontentstringprojectstringmetadataobjectpriorityintegerentity_idstringagent_typestringevent_typestringsession_idstringomega_querySearch memories — semantic (default) or exact phrase match. Use mode='phrase' for literal substring search (error messages, specific strings).13 paramsSearch memories — semantic (default) or exact phrase match. Use mode='phrase' for literal substring search (error messages, specific strings).
modestringsemantic · phraselimitintegerquerystringprojectstringentity_idstringagent_typestringevent_typestringsession_idstringfilter_tagsarraycontext_filestringcontext_tagsarraycase_sensitivebooleantemporal_rangearrayomega_welcomeGet a session welcome briefing with recent relevant memories and user profile.2 paramsGet a session welcome briefing with recent relevant memories and user profile.
projectstringsession_idstringomega_profileRead or update the user profile. Returns the profile by default. If 'update' dict is provided, merges those fields into the profile and saves.1 paramsRead or update the user profile. Returns the profile by default. If 'update' dict is provided, merges those fields into the profile and saves.
updateobjectomega_delete_memoryDelete a specific memory by its ID.1 paramsDelete a specific memory by its ID.
memory_idstringomega_edit_memoryEdit the content of a specific memory.2 paramsEdit the content of a specific memory.
memory_idstringnew_contentstringomega_list_preferencesList all stored user preferences.List all stored user preferences.
No parameter schema in public metadata yet.
omega_healthDetailed health check with memory usage, node counts, cache stats, warnings, and recommendations.3 paramsDetailed health check with memory usage, node counts, cache stats, warnings, and recommendations.
warn_mbnumbermax_nodesintegercritical_mbnumberomega_backupExport or import memories for backup/restore. Default mode is export.3 paramsExport or import memories for backup/restore. Default mode is export.
modestringfilepathstringclear_existingbooleanomega_lessonsRetrieve cross-session or cross-project lessons learned, ranked by verification count and access frequency.7 paramsRetrieve cross-session or cross-project lessons learned, ranked by verification count and access frequency.
taskstringlimitintegeragent_typestringproject_pathstringcross_projectbooleanexclude_projectstringexclude_sessionstringomega_feedbackRecord feedback on a surfaced memory (helpful, unhelpful, outdated). Improves future surfacing quality.3 paramsRecord feedback on a surfaced memory (helpful, unhelpful, outdated). Improves future surfacing quality.
ratingstringreasonstringmemory_idstringomega_clear_sessionClear all memories for a specific session. Use for cleanup after test sessions.1 paramsClear all memories for a specific session. Use for cleanup after test sessions.
session_idstringomega_similarFind memories similar to a given memory. Use for discovering related context.2 paramsFind memories similar to a given memory. Use for discovering related context.
limitintegermemory_idstringomega_timelineShow memory timeline grouped by day. Use to see what was captured recently.2 paramsShow memory timeline grouped by day. Use to see what was captured recently.
daysintegerlimit_per_dayintegeromega_consolidateRun memory consolidation: prune stale low-value memories, cap session summaries, clean orphaned edges. Returns a report.2 paramsRun memory consolidation: prune stale low-value memories, cap session summaries, clean orphaned edges. Returns a report.
prune_daysintegermax_summariesintegeromega_traverseTraverse the memory relationship graph from a starting memory. Shows all connected memories within N hops, useful for understanding context chains and discovering related knowledge clusters.3 paramsTraverse the memory relationship graph from a starting memory. Shows all connected memories within N hops, useful for understanding context chains and discovering related knowledge clusters.
max_hopsintegermemory_idstringmin_weightnumberomega_compactCompact related memories into consolidated knowledge nodes. Finds clusters of similar memories (same event type, high overlap) and creates summary nodes, marking originals as superseded. Reduces noise while preserving knowledge.4 paramsCompact related memories into consolidated knowledge nodes. Finds clusters of similar memories (same event type, high overlap) and creates summary nodes, marking originals as superseded. Reduces noise while preserving knowledge.
dry_runbooleanevent_typestringmin_cluster_sizeintegersimilarity_thresholdnumberomega_checkpointSave a task checkpoint — captures current plan, progress, files touched, decisions, and key context. Use when: (1) context window is getting full, (2) completing a major milestone, (3) before starting a new session for an ongoing task. Checkpoints enable seamless session conti...9 paramsSave a task checkpoint — captures current plan, progress, files touched, decisions, and key context. Use when: (1) context window is getting full, (2) completing a major milestone, (3) before starting a new session for an ongoing task. Checkpoints enable seamless session conti...
planstringprojectstringprogressstringdecisionsarraynext_stepsstringsession_idstringtask_titlestringkey_contextstringfiles_touchedobjectomega_resume_taskResume a previously checkpointed task. Retrieves the latest checkpoint with full plan, progress, files, decisions, and next steps. Use at the start of a new session to continue where you left off.4 paramsResume a previously checkpointed task. Retrieves the latest checkpoint with full plan, progress, files, decisions, and next steps. Use at the start of a new session to continue where you left off.
limitintegerprojectstringverbositystringfull · summary · minimaltask_titlestringomega_remindSet a time-based reminder. OMEGA will surface it when the time arrives (at session start or during active sessions). Use for 'remind me in 1 hour to...' requests.5 paramsSet a time-based reminder. OMEGA will surface it when the time arrives (at session start or during active sessions). Use for 'remind me in 1 hour to...' requests.
textstringcontextstringprojectstringdurationstringsession_idstringomega_remind_listList active reminders with their status and due times.1 paramsList active reminders with their status and due times.
statusstringpending · fired · dismissed · allomega_remind_dismissDismiss a reminder by its ID. Use after acknowledging a reminder.1 paramsDismiss a reminder by its ID. Use after acknowledging a reminder.
reminder_idstringomega_type_statsGet memory counts grouped by event type. Shows the composition of the memory store (how many decisions, lessons, errors, etc.).Get memory counts grouped by event type. Shows the composition of the memory store (how many decisions, lessons, errors, etc.).
No parameter schema in public metadata yet.
omega_session_statsGet memory counts grouped by session. Shows which sessions have contributed the most memories (top 20).Get memory counts grouped by session. Shows which sessions have contributed the most memories (top 20).
No parameter schema in public metadata yet.
omega_weekly_digestGet a weekly knowledge digest with stats, trends, and highlights. Shows new memories, session count, growth trends, type breakdown, and top topics.1 paramsGet a weekly knowledge digest with stats, trends, and highlights. Shows new memories, session count, growth trends, type breakdown, and top topics.
daysintegeromega_protocolGet your coordination playbook — dynamically assembled operating instructions. Call at session start (step 2 after omega_welcome) or when you need protocol guidance. Returns context-sensitive rules based on project, peer activity, and learned lessons.2 paramsGet your coordination playbook — dynamically assembled operating instructions. Call at session start (step 2 after omega_welcome) or when you need protocol guidance. Returns context-sensitive rules based on project, peer activity, and learned lessons.
projectstringsectionstringsilenceper/mcp-k8s
azure/containerization-assist
io.github.evozim/aws-builder
reza-gholizade/k8s-mcp-server
flux159/mcp-server-kubernetes