create_priv_app_modulegoyaljai/AOSP Platform Builder MCP — Create a privileged app module directory in the AOSP tree with an Android.mk (BUILD_PREBUILT).
exec_remotegoyaljai/AOSP Platform Builder MCP — Execute an arbitrary command on the AOSP build VM and return output.
show_build_filegoyaljai/AOSP Platform Builder MCP — Display the contents of a build file (Android.bp or Android.mk).
patch_product_configgoyaljai/AOSP Platform Builder MCP — Patch the product makefile to include a new privileged app module.
run_lunchgoyaljai/AOSP Platform Builder MCP — Run lunch for the configured AOSP target on the build VM.
build_systemimagegoyaljai/AOSP Platform Builder MCP — Build system.img on the AOSP build VM using make.
retrieve_learningsMnemoq/MnemoQ — Retrieve relevant learnings from memory based on query parameters.
log_learningMnemoq/MnemoQ — Log a new learning entry into memory.
resolve_learningMnemoq/MnemoQ — Mark a learning as resolved by its timestamp.
get_statsMnemoq/MnemoQ — Get memory statistics (counts, age, etc.).
consolidateMnemoq/MnemoQ — Archive old learnings and promote important ones (sleep cycle).
nemos_set_tokennemos-mcp — Set the authentication token from the callback URL
get_foreign_keyscall518/MCP-PostgreSQL-Ops — Retrieves foreign key relationships for a specified table or all tables.
get_primary_keyscall518/MCP-PostgreSQL-Ops — Retrieves primary key information for a specified table or all tables.
get_sequencescall518/MCP-PostgreSQL-Ops — Lists all sequences in the database.
get_viewscall518/MCP-PostgreSQL-Ops — Lists all views in the database.
get_triggerscall518/MCP-PostgreSQL-Ops — Lists all triggers in the database.
get_extensionscall518/MCP-PostgreSQL-Ops — Lists all installed extensions in the database.
get_rolescall518/MCP-PostgreSQL-Ops — Lists all database roles and their permissions.
get_grantscall518/MCP-PostgreSQL-Ops — Retrieves privilege grants for a specified table or all tables.
get_connection_statscall518/MCP-PostgreSQL-Ops — Provides statistics about current database connections, including active, idle, and waiting connections.
get_activitycall518/MCP-PostgreSQL-Ops — Shows current database activity, including running queries and their states.
get_lockscall518/MCP-PostgreSQL-Ops — Displays current locks held on database objects.
get_wait_eventscall518/MCP-PostgreSQL-Ops — Shows wait events and their descriptions (requires PostgreSQL 17+).
get_replication_statuscall518/MCP-PostgreSQL-Ops — Provides replication status and WAL information.
get_wal_infocall518/MCP-PostgreSQL-Ops — Retrieves WAL (Write-Ahead Log) information, including size and location.
get_checkpoint_infocall518/MCP-PostgreSQL-Ops — Shows checkpoint statistics and configuration.
get_background_processescall518/MCP-PostgreSQL-Ops — Lists background processes and their status.
get_io_statscall518/MCP-PostgreSQL-Ops — Provides I/O statistics for the database, including reads and writes.
get_table_bloatcall518/MCP-PostgreSQL-Ops — Analyzes table bloat and provides maintenance recommendations.
list_databasescall518/MCP-PostgreSQL-Ops — Lists all databases available on the PostgreSQL server.
get_indexescall518/MCP-PostgreSQL-Ops — Lists all indexes for a specified table or all tables.
get_maintenance_recommendationscall518/MCP-PostgreSQL-Ops — Provides intelligent maintenance recommendations based on database analysis.
get_health_checkcall518/MCP-PostgreSQL-Ops — Performs a health check on the database and returns status.
get_performance_summarycall518/MCP-PostgreSQL-Ops — Provides a summary of database performance metrics.
get_wal_summarizer_infocall518/MCP-PostgreSQL-Ops — Shows WAL summarizer monitoring information (requires PostgreSQL 17+).
get_functionscall518/MCP-PostgreSQL-Ops — Lists all functions in the database.
get_database_infocall518/MCP-PostgreSQL-Ops — Retrieves information about the PostgreSQL database, including version, size, and configuration settings.
get_schemacall518/MCP-PostgreSQL-Ops — Retrieves the schema of a specified table or all tables in the database.
list_tablescall518/MCP-PostgreSQL-Ops — Lists all tables in the current database.
get_table_infocall518/MCP-PostgreSQL-Ops — Retrieves detailed information about a specific table, including columns, indexes, and constraints.
get_index_bloatcall518/MCP-PostgreSQL-Ops — Analyzes index bloat and provides maintenance recommendations.
get_vacuum_infocall518/MCP-PostgreSQL-Ops — Shows vacuum and autovacuum statistics and effectiveness.
list_holidaysbartosz-kuc/pl-holidays-mcp — List all Polish public holidays in a given year. Each holiday has date, localName (Polish name), name (English name), and type. Defaults to
is_holidaybartosz-kuc/pl-holidays-mcp — Check whether a specific date is a public holiday in Poland. Returns holiday details if yes, null if no.
add_business_daysbartosz-kuc/pl-holidays-mcp — start_date + N business days = ? (N can be negative)
is_business_daybartosz-kuc/pl-holidays-mcp — Is this date Mon–Fri and not a holiday? Includes reason (weekend / holiday / business_day)