KosmoKrator

analytics

Grafana MCP Gateway for AI Agents

Expose Grafana tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

Grafana MCP Gateway

Expose Grafana to MCP clients with `kosmokrator mcp:serve --integration=grafana`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=grafana --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-grafana": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=grafana",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=grafana --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__grafana__grafana_list_roles grafana.grafana_list_roles Read read
integration__grafana__grafana_create_role grafana.grafana_create_role Write write
integration__grafana__grafana_delete_role grafana.grafana_delete_role Write write
integration__grafana__grafana_get_role grafana.grafana_get_role Read read
integration__grafana__grafana_update_role grafana.grafana_update_role Write write
integration__grafana__grafana_get_role_assignments grafana.grafana_get_role_assignments Read read
integration__grafana__grafana_set_role_assignments grafana.grafana_set_role_assignments Write write
integration__grafana__grafana_get_access_control_status grafana.grafana_get_access_control_status Read read
integration__grafana__grafana_list_teams_roles grafana.grafana_list_teams_roles Write write
integration__grafana__grafana_list_team_roles grafana.grafana_list_team_roles Read read
integration__grafana__grafana_add_team_role grafana.grafana_add_team_role Write write
integration__grafana__grafana_set_team_roles grafana.grafana_set_team_roles Write write
integration__grafana__grafana_remove_team_role grafana.grafana_remove_team_role Write write
integration__grafana__grafana_list_users_roles grafana.grafana_list_users_roles Write write
integration__grafana__grafana_list_user_roles grafana.grafana_list_user_roles Read read
integration__grafana__grafana_add_user_role grafana.grafana_add_user_role Write write
integration__grafana__grafana_set_user_roles grafana.grafana_set_user_roles Write write
integration__grafana__grafana_remove_user_role grafana.grafana_remove_user_role Write write
integration__grafana__grafana_get_resource_description grafana.grafana_get_resource_description Read read
integration__grafana__grafana_get_resource_permissions grafana.grafana_get_resource_permissions Read read
integration__grafana__grafana_set_resource_permissions grafana.grafana_set_resource_permissions Write write
integration__grafana__grafana_set_resource_permissions_for_built_in_role grafana.grafana_set_resource_permissions_for_built_in_role Write write
integration__grafana__grafana_set_resource_permissions_for_team grafana.grafana_set_resource_permissions_for_team Write write
integration__grafana__grafana_set_resource_permissions_for_user grafana.grafana_set_resource_permissions_for_user Write write
integration__grafana__grafana_get_sync_status grafana.grafana_get_sync_status Read read
integration__grafana__grafana_reload_l_d_a_p_cfg grafana.grafana_reload_l_d_a_p_cfg Write write
integration__grafana__grafana_get_l_d_a_p_status grafana.grafana_get_l_d_a_p_status Read read
integration__grafana__grafana_post_sync_user_with_l_d_a_p grafana.grafana_post_sync_user_with_l_d_a_p Write write
integration__grafana__grafana_get_user_from_l_d_a_p grafana.grafana_get_user_from_l_d_a_p Read read
integration__grafana__grafana_admin_provisioning_reload_access_control grafana.grafana_admin_provisioning_reload_access_control Write write
integration__grafana__grafana_admin_provisioning_reload_dashboards grafana.grafana_admin_provisioning_reload_dashboards Write write
integration__grafana__grafana_admin_provisioning_reload_datasources grafana.grafana_admin_provisioning_reload_datasources Write write
integration__grafana__grafana_admin_provisioning_reload_plugins grafana.grafana_admin_provisioning_reload_plugins Write write
integration__grafana__grafana_admin_get_settings grafana.grafana_admin_get_settings Read read
integration__grafana__grafana_admin_get_stats grafana.grafana_admin_get_stats Read read
integration__grafana__grafana_admin_create_user grafana.grafana_admin_create_user Write write
integration__grafana__grafana_admin_delete_user grafana.grafana_admin_delete_user Write write
integration__grafana__grafana_admin_get_user_auth_tokens grafana.grafana_admin_get_user_auth_tokens Read read
integration__grafana__grafana_admin_disable_user grafana.grafana_admin_disable_user Write write
integration__grafana__grafana_admin_enable_user grafana.grafana_admin_enable_user Write write
integration__grafana__grafana_admin_logout_user grafana.grafana_admin_logout_user Write write
integration__grafana__grafana_admin_update_user_password grafana.grafana_admin_update_user_password Write write
integration__grafana__grafana_admin_update_user_permissions grafana.grafana_admin_update_user_permissions Write write
integration__grafana__grafana_get_user_quota grafana.grafana_get_user_quota Read read
integration__grafana__grafana_update_user_quota grafana.grafana_update_user_quota Write write
integration__grafana__grafana_admin_revoke_user_auth_token grafana.grafana_admin_revoke_user_auth_token Write write
integration__grafana__grafana_get_annotations grafana.grafana_get_annotations Read read
integration__grafana__grafana_post_annotation grafana.grafana_post_annotation Write write
integration__grafana__grafana_post_graphite_annotation grafana.grafana_post_graphite_annotation Write write
integration__grafana__grafana_mass_delete_annotations grafana.grafana_mass_delete_annotations Write write
integration__grafana__grafana_get_annotation_tags grafana.grafana_get_annotation_tags Read read
integration__grafana__grafana_delete_annotation_by_i_d grafana.grafana_delete_annotation_by_i_d Write write
integration__grafana__grafana_get_annotation_by_i_d grafana.grafana_get_annotation_by_i_d Read read
integration__grafana__grafana_patch_annotation grafana.grafana_patch_annotation Write write
integration__grafana__grafana_update_annotation grafana.grafana_update_annotation Write write
integration__grafana__grafana_list_devices grafana.grafana_list_devices Read read
integration__grafana__grafana_search_devices grafana.grafana_search_devices Read read
integration__grafana__grafana_get_session_list grafana.grafana_get_session_list Read read
integration__grafana__grafana_create_session grafana.grafana_create_session Write write
integration__grafana__grafana_delete_session grafana.grafana_delete_session Write write
integration__grafana__grafana_get_session grafana.grafana_get_session Read read
integration__grafana__grafana_create_snapshot grafana.grafana_create_snapshot Write write
integration__grafana__grafana_get_snapshot grafana.grafana_get_snapshot Read read
integration__grafana__grafana_cancel_snapshot grafana.grafana_cancel_snapshot Write write
integration__grafana__grafana_upload_snapshot grafana.grafana_upload_snapshot Write write
integration__grafana__grafana_get_shapshot_list grafana.grafana_get_shapshot_list Read read
integration__grafana__grafana_get_resource_dependencies grafana.grafana_get_resource_dependencies Read read
integration__grafana__grafana_get_cloud_migration_token grafana.grafana_get_cloud_migration_token Read read
integration__grafana__grafana_create_cloud_migration_token grafana.grafana_create_cloud_migration_token Write write
integration__grafana__grafana_delete_cloud_migration_token grafana.grafana_delete_cloud_migration_token Write write
integration__grafana__grafana_route_convert_prometheus_cortex_get_rules grafana.grafana_route_convert_prometheus_cortex_get_rules Read read
integration__grafana__grafana_route_convert_prometheus_cortex_post_rule_groups grafana.grafana_route_convert_prometheus_cortex_post_rule_groups Write write
integration__grafana__grafana_route_convert_prometheus_cortex_delete_namespace grafana.grafana_route_convert_prometheus_cortex_delete_namespace Write write
integration__grafana__grafana_route_convert_prometheus_cortex_get_namespace grafana.grafana_route_convert_prometheus_cortex_get_namespace Read read
integration__grafana__grafana_route_convert_prometheus_cortex_post_rule_group grafana.grafana_route_convert_prometheus_cortex_post_rule_group Write write
integration__grafana__grafana_route_convert_prometheus_cortex_delete_rule_group grafana.grafana_route_convert_prometheus_cortex_delete_rule_group Write write
integration__grafana__grafana_route_convert_prometheus_cortex_get_rule_group grafana.grafana_route_convert_prometheus_cortex_get_rule_group Read read
integration__grafana__grafana_route_convert_prometheus_get_rules grafana.grafana_route_convert_prometheus_get_rules Read read
integration__grafana__grafana_route_convert_prometheus_post_rule_groups grafana.grafana_route_convert_prometheus_post_rule_groups Write write
integration__grafana__grafana_route_convert_prometheus_delete_namespace grafana.grafana_route_convert_prometheus_delete_namespace Write write
integration__grafana__grafana_route_convert_prometheus_get_namespace grafana.grafana_route_convert_prometheus_get_namespace Read read
integration__grafana__grafana_route_convert_prometheus_post_rule_group grafana.grafana_route_convert_prometheus_post_rule_group Write write
integration__grafana__grafana_route_convert_prometheus_delete_rule_group grafana.grafana_route_convert_prometheus_delete_rule_group Write write
integration__grafana__grafana_route_convert_prometheus_get_rule_group grafana.grafana_route_convert_prometheus_get_rule_group Read read
integration__grafana__grafana_search_dashboard_snapshots grafana.grafana_search_dashboard_snapshots Read read
integration__grafana__grafana_create_dashboard grafana.grafana_create_dashboard Write write
integration__grafana__grafana_get_home_dashboard grafana.grafana_get_home_dashboard Read read
integration__grafana__grafana_import_dashboard grafana.grafana_import_dashboard Write write
integration__grafana__grafana_interpolate_dashboard grafana.grafana_interpolate_dashboard Write write
integration__grafana__grafana_list_public_dashboards grafana.grafana_list_public_dashboards Read read
integration__grafana__grafana_get_dashboard_tags grafana.grafana_get_dashboard_tags Read read
integration__grafana__grafana_get_public_dashboard grafana.grafana_get_public_dashboard Read read
integration__grafana__grafana_create_public_dashboard grafana.grafana_create_public_dashboard Write write
integration__grafana__grafana_delete_public_dashboard grafana.grafana_delete_public_dashboard Write write
integration__grafana__grafana_update_public_dashboard grafana.grafana_update_public_dashboard Write write
integration__grafana__grafana_delete_dashboard_by_u_i_d grafana.grafana_delete_dashboard_by_u_i_d Write write
integration__grafana__grafana_get_dashboard grafana.grafana_get_dashboard Read read
integration__grafana__grafana_get_dashboard_permissions_list_by_u_i_d grafana.grafana_get_dashboard_permissions_list_by_u_i_d Read read
integration__grafana__grafana_update_dashboard_permissions_by_u_i_d grafana.grafana_update_dashboard_permissions_by_u_i_d Write write
integration__grafana__grafana_restore_dashboard_version_by_u_i_d grafana.grafana_restore_dashboard_version_by_u_i_d Write write
integration__grafana__grafana_get_dashboard_versions_by_u_i_d grafana.grafana_get_dashboard_versions_by_u_i_d Read read
integration__grafana__grafana_get_dashboard_version_by_u_i_d grafana.grafana_get_dashboard_version_by_u_i_d Read read
integration__grafana__grafana_list_datasources grafana.grafana_list_datasources Read read
integration__grafana__grafana_add_data_source grafana.grafana_add_data_source Write write
integration__grafana__grafana_get_correlations grafana.grafana_get_correlations Read read
integration__grafana__grafana_get_data_source_id_by_name grafana.grafana_get_data_source_id_by_name Read read
integration__grafana__grafana_delete_data_source_by_name grafana.grafana_delete_data_source_by_name Write write
integration__grafana__grafana_get_data_source_by_name grafana.grafana_get_data_source_by_name Read read
integration__grafana__grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls grafana.grafana_datasource_proxy_d_e_l_e_t_e_by_u_i_dcalls Write write
integration__grafana__grafana_datasource_proxy_g_e_t_by_u_i_dcalls grafana.grafana_datasource_proxy_g_e_t_by_u_i_dcalls Read read
integration__grafana__grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls grafana.grafana_datasource_proxy_p_o_s_t_by_u_i_dcalls Write write
integration__grafana__grafana_get_correlations_by_source_u_i_d grafana.grafana_get_correlations_by_source_u_i_d Read read
integration__grafana__grafana_create_correlation grafana.grafana_create_correlation Write write
integration__grafana__grafana_get_correlation grafana.grafana_get_correlation Read read
integration__grafana__grafana_update_correlation grafana.grafana_update_correlation Write write
integration__grafana__grafana_delete_data_source_by_u_i_d grafana.grafana_delete_data_source_by_u_i_d Write write
integration__grafana__grafana_get_data_source_by_u_i_d grafana.grafana_get_data_source_by_u_i_d Read read
integration__grafana__grafana_update_data_source_by_u_i_d grafana.grafana_update_data_source_by_u_i_d Write write
integration__grafana__grafana_delete_correlation grafana.grafana_delete_correlation Write write
integration__grafana__grafana_check_datasource_health_with_u_i_d grafana.grafana_check_datasource_health_with_u_i_d Read read
integration__grafana__grafana_get_team_l_b_a_c_rules_api grafana.grafana_get_team_l_b_a_c_rules_api Read read
integration__grafana__grafana_update_team_l_b_a_c_rules_api grafana.grafana_update_team_l_b_a_c_rules_api Write write
integration__grafana__grafana_call_datasource_resource_with_u_i_d grafana.grafana_call_datasource_resource_with_u_i_d Read read
integration__grafana__grafana_get_data_source_cache_config grafana.grafana_get_data_source_cache_config Read read
integration__grafana__grafana_set_data_source_cache_config grafana.grafana_set_data_source_cache_config Write write
integration__grafana__grafana_clean_data_source_cache grafana.grafana_clean_data_source_cache Write write
integration__grafana__grafana_disable_data_source_cache grafana.grafana_disable_data_source_cache Write write
integration__grafana__grafana_enable_data_source_cache grafana.grafana_enable_data_source_cache Write write
integration__grafana__grafana_query_metrics_with_expressions grafana.grafana_query_metrics_with_expressions Write write
integration__grafana__grafana_get_folders grafana.grafana_get_folders Read read
integration__grafana__grafana_create_folder grafana.grafana_create_folder Write write
integration__grafana__grafana_delete_folder grafana.grafana_delete_folder Write write
integration__grafana__grafana_get_folder_by_u_i_d grafana.grafana_get_folder_by_u_i_d Read read
integration__grafana__grafana_update_folder grafana.grafana_update_folder Write write
integration__grafana__grafana_get_folder_descendant_counts grafana.grafana_get_folder_descendant_counts Read read
integration__grafana__grafana_move_folder grafana.grafana_move_folder Write write
integration__grafana__grafana_get_folder_permission_list grafana.grafana_get_folder_permission_list Read read
integration__grafana__grafana_update_folder_permissions grafana.grafana_update_folder_permissions Write write
integration__grafana__grafana_get_mapped_groups grafana.grafana_get_mapped_groups Read read
integration__grafana__grafana_delete_group_mappings grafana.grafana_delete_group_mappings Write write
integration__grafana__grafana_create_group_mappings grafana.grafana_create_group_mappings Write write
integration__grafana__grafana_update_group_mappings grafana.grafana_update_group_mappings Write write
integration__grafana__grafana_get_group_roles grafana.grafana_get_group_roles Read read
integration__grafana__grafana_get_health grafana.grafana_get_health Read read
integration__grafana__grafana_get_library_elements grafana.grafana_get_library_elements Read read
integration__grafana__grafana_create_library_element grafana.grafana_create_library_element Write write
integration__grafana__grafana_get_library_element_by_name grafana.grafana_get_library_element_by_name Read read
integration__grafana__grafana_delete_library_element_by_u_i_d grafana.grafana_delete_library_element_by_u_i_d Write write
integration__grafana__grafana_get_library_element_by_u_i_d grafana.grafana_get_library_element_by_u_i_d Read read
integration__grafana__grafana_update_library_element grafana.grafana_update_library_element Write write
integration__grafana__grafana_get_library_element_connections grafana.grafana_get_library_element_connections Read read
integration__grafana__grafana_get_status grafana.grafana_get_status Read read
integration__grafana__grafana_get_custom_permissions_report grafana.grafana_get_custom_permissions_report Read read
integration__grafana__grafana_get_custom_permissions_c_s_v grafana.grafana_get_custom_permissions_c_s_v Read read
integration__grafana__grafana_refresh_license_stats grafana.grafana_refresh_license_stats Read read
integration__grafana__grafana_delete_license_token grafana.grafana_delete_license_token Write write
integration__grafana__grafana_get_license_token grafana.grafana_get_license_token Read read
integration__grafana__grafana_post_license_token grafana.grafana_post_license_token Write write
integration__grafana__grafana_post_renew_license_token grafana.grafana_post_renew_license_token Write write
integration__grafana__grafana_get_s_a_m_l_logout grafana.grafana_get_s_a_m_l_logout Read read
integration__grafana__grafana_get_current_org grafana.grafana_get_current_org Read read
integration__grafana__grafana_update_current_org grafana.grafana_update_current_org Write write
integration__grafana__grafana_update_current_org_address grafana.grafana_update_current_org_address Write write
integration__grafana__grafana_get_pending_org_invites grafana.grafana_get_pending_org_invites Read read
integration__grafana__grafana_add_org_invite grafana.grafana_add_org_invite Write write
integration__grafana__grafana_revoke_invite grafana.grafana_revoke_invite Write write
integration__grafana__grafana_get_org_preferences grafana.grafana_get_org_preferences Read read
integration__grafana__grafana_patch_org_preferences grafana.grafana_patch_org_preferences Write write
integration__grafana__grafana_update_org_preferences grafana.grafana_update_org_preferences Write write
integration__grafana__grafana_get_current_org_quota grafana.grafana_get_current_org_quota Read read
integration__grafana__grafana_get_org_users_for_current_org grafana.grafana_get_org_users_for_current_org Read read
integration__grafana__grafana_add_org_user_to_current_org grafana.grafana_add_org_user_to_current_org Write write
integration__grafana__grafana_get_org_users_for_current_org_lookup grafana.grafana_get_org_users_for_current_org_lookup Read read
integration__grafana__grafana_remove_org_user_for_current_org grafana.grafana_remove_org_user_for_current_org Write write
integration__grafana__grafana_update_org_user_for_current_org grafana.grafana_update_org_user_for_current_org Write write
integration__grafana__grafana_search_orgs grafana.grafana_search_orgs Read read
integration__grafana__grafana_create_org grafana.grafana_create_org Write write
integration__grafana__grafana_get_org_by_name grafana.grafana_get_org_by_name Read read
integration__grafana__grafana_delete_org_by_i_d grafana.grafana_delete_org_by_i_d Write write
integration__grafana__grafana_get_org_by_i_d grafana.grafana_get_org_by_i_d Read read
integration__grafana__grafana_update_org grafana.grafana_update_org Write write
integration__grafana__grafana_update_org_address grafana.grafana_update_org_address Write write
integration__grafana__grafana_get_org_quota grafana.grafana_get_org_quota Read read
integration__grafana__grafana_update_org_quota grafana.grafana_update_org_quota Write write
integration__grafana__grafana_get_org_users grafana.grafana_get_org_users Read read
integration__grafana__grafana_add_org_user grafana.grafana_add_org_user Write write
integration__grafana__grafana_search_org_users grafana.grafana_search_org_users Read read
integration__grafana__grafana_remove_org_user grafana.grafana_remove_org_user Write write
integration__grafana__grafana_update_org_user grafana.grafana_update_org_user Write write
integration__grafana__grafana_search_playlists grafana.grafana_search_playlists Read read
integration__grafana__grafana_create_playlist grafana.grafana_create_playlist Write write
integration__grafana__grafana_delete_playlist grafana.grafana_delete_playlist Write write
integration__grafana__grafana_get_playlist grafana.grafana_get_playlist Read read
integration__grafana__grafana_update_playlist grafana.grafana_update_playlist Write write
integration__grafana__grafana_get_playlist_items grafana.grafana_get_playlist_items Read read
integration__grafana__grafana_view_public_dashboard grafana.grafana_view_public_dashboard Read read
integration__grafana__grafana_get_public_annotations grafana.grafana_get_public_annotations Read read
integration__grafana__grafana_query_public_dashboard grafana.grafana_query_public_dashboard Write write
integration__grafana__grafana_search_queries grafana.grafana_search_queries Read read
integration__grafana__grafana_create_query grafana.grafana_create_query Write write
integration__grafana__grafana_unstar_query grafana.grafana_unstar_query Write write
integration__grafana__grafana_star_query grafana.grafana_star_query Write write
integration__grafana__grafana_delete_query grafana.grafana_delete_query Write write
integration__grafana__grafana_patch_query_comment grafana.grafana_patch_query_comment Write write
integration__grafana__grafana_list_recording_rules grafana.grafana_list_recording_rules Read read
integration__grafana__grafana_create_recording_rule grafana.grafana_create_recording_rule Write write
integration__grafana__grafana_update_recording_rule grafana.grafana_update_recording_rule Write write
integration__grafana__grafana_test_create_recording_rule grafana.grafana_test_create_recording_rule Write write
integration__grafana__grafana_delete_recording_rule_write_target grafana.grafana_delete_recording_rule_write_target Write write
integration__grafana__grafana_get_recording_rule_write_target grafana.grafana_get_recording_rule_write_target Read read
integration__grafana__grafana_create_recording_rule_write_target grafana.grafana_create_recording_rule_write_target Write write
integration__grafana__grafana_delete_recording_rule grafana.grafana_delete_recording_rule Write write
integration__grafana__grafana_get_reports grafana.grafana_get_reports Read read
integration__grafana__grafana_create_report grafana.grafana_create_report Write write
integration__grafana__grafana_get_reports_by_dashboard_u_i_d grafana.grafana_get_reports_by_dashboard_u_i_d Read read
integration__grafana__grafana_send_report grafana.grafana_send_report Write write
integration__grafana__grafana_get_settings_image grafana.grafana_get_settings_image Read read
integration__grafana__grafana_render_report_c_s_vs grafana.grafana_render_report_c_s_vs Read read
integration__grafana__grafana_render_report_p_d_fs grafana.grafana_render_report_p_d_fs Read read
integration__grafana__grafana_get_report_settings grafana.grafana_get_report_settings Read read
integration__grafana__grafana_save_report_settings grafana.grafana_save_report_settings Write write
integration__grafana__grafana_send_test_email grafana.grafana_send_test_email Write write
integration__grafana__grafana_delete_report grafana.grafana_delete_report Write write
integration__grafana__grafana_get_report grafana.grafana_get_report Read read
integration__grafana__grafana_update_report grafana.grafana_update_report Write write
integration__grafana__grafana_post_a_c_s grafana.grafana_post_a_c_s Write write
integration__grafana__grafana_get_metadata grafana.grafana_get_metadata Read read
integration__grafana__grafana_get_s_l_o grafana.grafana_get_s_l_o Read read
integration__grafana__grafana_post_s_l_o grafana.grafana_post_s_l_o Write write
integration__grafana__grafana_list_dashboards grafana.grafana_list_dashboards Read read
integration__grafana__grafana_list_sort_options grafana.grafana_list_sort_options Read read
integration__grafana__grafana_create_service_account grafana.grafana_create_service_account Write write
integration__grafana__grafana_search_org_service_accounts_with_paging grafana.grafana_search_org_service_accounts_with_paging Read read
integration__grafana__grafana_delete_service_account grafana.grafana_delete_service_account Write write
integration__grafana__grafana_retrieve_service_account grafana.grafana_retrieve_service_account Read read
integration__grafana__grafana_update_service_account grafana.grafana_update_service_account Write write
integration__grafana__grafana_list_tokens grafana.grafana_list_tokens Read read
integration__grafana__grafana_create_token grafana.grafana_create_token Write write
integration__grafana__grafana_delete_token grafana.grafana_delete_token Write write
integration__grafana__grafana_retrieve_j_w_k_s grafana.grafana_retrieve_j_w_k_s Read read
integration__grafana__grafana_get_sharing_options grafana.grafana_get_sharing_options Read read
integration__grafana__grafana_create_dashboard_snapshot grafana.grafana_create_dashboard_snapshot Write write
integration__grafana__grafana_delete_dashboard_snapshot_by_delete_key grafana.grafana_delete_dashboard_snapshot_by_delete_key Read read
integration__grafana__grafana_delete_dashboard_snapshot grafana.grafana_delete_dashboard_snapshot Write write
integration__grafana__grafana_get_dashboard_snapshot grafana.grafana_get_dashboard_snapshot Read read
integration__grafana__grafana_create_team grafana.grafana_create_team Write write
integration__grafana__grafana_list_teams grafana.grafana_list_teams Read read
integration__grafana__grafana_remove_team_group_api_query grafana.grafana_remove_team_group_api_query Write write
integration__grafana__grafana_get_team_groups_api grafana.grafana_get_team_groups_api Read read
integration__grafana__grafana_add_team_group_api grafana.grafana_add_team_group_api Write write
integration__grafana__grafana_search_team_groups grafana.grafana_search_team_groups Read read
integration__grafana__grafana_delete_team_by_i_d grafana.grafana_delete_team_by_i_d Write write
integration__grafana__grafana_get_team_by_i_d grafana.grafana_get_team_by_i_d Read read
integration__grafana__grafana_update_team grafana.grafana_update_team Write write
integration__grafana__grafana_get_team_members grafana.grafana_get_team_members Read read
integration__grafana__grafana_add_team_member grafana.grafana_add_team_member Write write
integration__grafana__grafana_set_team_memberships grafana.grafana_set_team_memberships Write write
integration__grafana__grafana_remove_team_member grafana.grafana_remove_team_member Write write
integration__grafana__grafana_update_team_member grafana.grafana_update_team_member Write write
integration__grafana__grafana_get_team_preferences grafana.grafana_get_team_preferences Read read
integration__grafana__grafana_update_team_preferences grafana.grafana_update_team_preferences Write write
integration__grafana__grafana_get_current_user grafana.grafana_get_current_user Read read
integration__grafana__grafana_update_signed_in_user grafana.grafana_update_signed_in_user Write write
integration__grafana__grafana_get_user_auth_tokens grafana.grafana_get_user_auth_tokens Read read
integration__grafana__grafana_update_user_email grafana.grafana_update_user_email Read read
integration__grafana__grafana_clear_help_flags grafana.grafana_clear_help_flags Read read
integration__grafana__grafana_set_help_flag grafana.grafana_set_help_flag Write write
integration__grafana__grafana_get_signed_in_user_org_list grafana.grafana_get_signed_in_user_org_list Read read
integration__grafana__grafana_change_user_password grafana.grafana_change_user_password Write write
integration__grafana__grafana_get_user_preferences grafana.grafana_get_user_preferences Read read
integration__grafana__grafana_patch_user_preferences grafana.grafana_patch_user_preferences Write write
integration__grafana__grafana_update_user_preferences grafana.grafana_update_user_preferences Write write
integration__grafana__grafana_get_user_quotas grafana.grafana_get_user_quotas Read read
integration__grafana__grafana_revoke_user_auth_token grafana.grafana_revoke_user_auth_token Write write
integration__grafana__grafana_unstar_dashboard_by_u_i_d grafana.grafana_unstar_dashboard_by_u_i_d Write write
integration__grafana__grafana_star_dashboard_by_u_i_d grafana.grafana_star_dashboard_by_u_i_d Write write
integration__grafana__grafana_get_signed_in_user_team_list grafana.grafana_get_signed_in_user_team_list Read read
integration__grafana__grafana_user_set_using_org grafana.grafana_user_set_using_org Write write
integration__grafana__grafana_search_users grafana.grafana_search_users Read read
integration__grafana__grafana_get_user_by_login_or_email grafana.grafana_get_user_by_login_or_email Read read
integration__grafana__grafana_search_users_with_paging grafana.grafana_search_users_with_paging Read read
integration__grafana__grafana_get_user_by_i_d grafana.grafana_get_user_by_i_d Read read
integration__grafana__grafana_update_user grafana.grafana_update_user Write write
integration__grafana__grafana_get_user_org_list grafana.grafana_get_user_org_list Read read
integration__grafana__grafana_get_user_teams grafana.grafana_get_user_teams Read read
integration__grafana__grafana_list_alerts grafana.grafana_list_alerts Read read
integration__grafana__grafana_route_post_alert_rule grafana.grafana_route_post_alert_rule Write write
integration__grafana__grafana_route_get_alert_rules_export grafana.grafana_route_get_alert_rules_export Read read
integration__grafana__grafana_route_delete_alert_rule grafana.grafana_route_delete_alert_rule Write write
integration__grafana__grafana_route_get_alert_rule grafana.grafana_route_get_alert_rule Read read
integration__grafana__grafana_route_put_alert_rule grafana.grafana_route_put_alert_rule Write write
integration__grafana__grafana_route_get_alert_rule_export grafana.grafana_route_get_alert_rule_export Read read
integration__grafana__grafana_route_get_contactpoints grafana.grafana_route_get_contactpoints Read read
integration__grafana__grafana_route_post_contactpoints grafana.grafana_route_post_contactpoints Write write
integration__grafana__grafana_route_get_contactpoints_export grafana.grafana_route_get_contactpoints_export Read read
integration__grafana__grafana_route_delete_contactpoints grafana.grafana_route_delete_contactpoints Write write
integration__grafana__grafana_route_put_contactpoint grafana.grafana_route_put_contactpoint Write write
integration__grafana__grafana_route_delete_alert_rule_group grafana.grafana_route_delete_alert_rule_group Write write
integration__grafana__grafana_route_get_alert_rule_group grafana.grafana_route_get_alert_rule_group Read read
integration__grafana__grafana_route_put_alert_rule_group grafana.grafana_route_put_alert_rule_group Write write
integration__grafana__grafana_route_get_alert_rule_group_export grafana.grafana_route_get_alert_rule_group_export Read read
integration__grafana__grafana_route_get_mute_timings grafana.grafana_route_get_mute_timings Read read
integration__grafana__grafana_route_post_mute_timing grafana.grafana_route_post_mute_timing Write write
integration__grafana__grafana_route_export_mute_timings grafana.grafana_route_export_mute_timings Read read
integration__grafana__grafana_route_delete_mute_timing grafana.grafana_route_delete_mute_timing Write write
integration__grafana__grafana_route_get_mute_timing grafana.grafana_route_get_mute_timing Read read
integration__grafana__grafana_route_put_mute_timing grafana.grafana_route_put_mute_timing Write write
integration__grafana__grafana_route_export_mute_timing grafana.grafana_route_export_mute_timing Read read
integration__grafana__grafana_route_reset_policy_tree grafana.grafana_route_reset_policy_tree Write write
integration__grafana__grafana_route_get_policy_tree grafana.grafana_route_get_policy_tree Read read
integration__grafana__grafana_route_put_policy_tree grafana.grafana_route_put_policy_tree Write write
integration__grafana__grafana_route_get_policy_tree_export grafana.grafana_route_get_policy_tree_export Read read
integration__grafana__grafana_route_get_templates grafana.grafana_route_get_templates Read read
integration__grafana__grafana_route_delete_template grafana.grafana_route_delete_template Write write
integration__grafana__grafana_route_get_template grafana.grafana_route_get_template Read read
integration__grafana__grafana_route_put_template grafana.grafana_route_put_template Write write
integration__grafana__grafana_list_all_providers_settings grafana.grafana_list_all_providers_settings Read read
integration__grafana__grafana_remove_provider_settings grafana.grafana_remove_provider_settings Write write
integration__grafana__grafana_get_provider_settings grafana.grafana_get_provider_settings Read read
integration__grafana__grafana_patch_provider_settings grafana.grafana_patch_provider_settings Write write
integration__grafana__grafana_update_provider_settings grafana.grafana_update_provider_settings Write write

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.