Skip to main content
Glama

Splunkbase MCP Server

by cschmidt0121

splunkbase-mcp

Splunkbase用のMCPサーバー

説明

これは、Splunkbaseの機能へのプログラム的なアクセスを提供するマシン制御プロトコル(MCP)サーバーです。標準化されたインターフェースを通じて、Splunkbaseアプリの検索、ダウンロード、管理が可能になります。

インストール

警告: この方法ではパスワードが平文でディスクに保存されます。今後、より優れた方法が開発される可能性があります。

uv run mcp install -v "SPLUNKBASE_USERNAME=my_username" -v "SPLUNKBASE_PASSWORD=my_password" splunkbase-mcp.py

使用法

クロードへのサンプルプロンプト:

Please do the following. 1. Search the web to find what Splunk app is responsible for providing field extractions for the WinEventLog sourcetype 2. Find the app on Splunkbase and grab its numerical app ID 3. Use the download_app tool to grab the latest version of the app from Splunkbase and place it in /tmp/apps/

リソース

  • app://{app}/info - Splunkbase アプリの詳細情報を取得します
  • app://{app}/splunk_versions - アプリでサポートされている Splunk のバージョンを取得します

利用可能なツール

検索

  • search(query: str) - Splunkbaseでアプリを検索
    • 検索結果のリストを返します

バージョン管理

  • get_app_latest_version(app: str | int, splunk_version: str, is_cloud: bool = False) - アプリの最新の互換性バージョンを取得します
    • パラメータ:
      • app : アプリ名または数値ID
      • splunk_version : ターゲットSplunkバージョン
      • is_cloud : Splunk Cloud の互換性をチェックするかどうか
    • バージョン情報辞書を返します

ダウンロード

  • download_app(app: str | int, output_dir: str, version: Optional[str] = None) - 特定のアプリバージョンをダウンロードする
    • パラメータ:
      • app : アプリ名または数値ID
      • output_dir : ダウンロードしたアプリを保存するディレクトリ
      • version : ダウンロードするオプションの特定のバージョン(指定されていない場合は最新)
    • ダウンロードの詳細を含む成功メッセージを返します

依存関係

  • aiosplunkbase >= 0.1.3
  • mcp[cli]
  • aioファイル
  • Python >= 3.11
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Splunkbase 機能へのプログラムによるアクセスを提供するマシン コントロール プロトコル サーバー。これにより、ユーザーは標準化されたインターフェースを通じて Splunkbase アプリを検索、ダウンロード、管理できます。

  1. 説明
    1. インストール
      1. 使用法
        1. リソース
          1. 利用可能なツール
            1. 検索
            2. バージョン管理
            3. ダウンロード
          2. 依存関係

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A FastMCP-based tool for interacting with Splunk Enterprise/Cloud through natural language. This tool provides a set of capabilities for searching Splunk data, managing KV stores, and accessing Splunk resources
              Last updated -
              45
              Python
              Apache 2.0
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
              Last updated -
              46
              2
              Python
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that integrates with Figma's API, allowing interaction with Figma files, comments, components, projects, and webhook management.
              Last updated -
              997
              JavaScript
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that captures and manages stdout logs through named pipes, making application output available for querying and debugging in AI tools like Cursor IDE.
              Last updated -
              10
              TypeScript
              • Linux
              • Apple

            View all related MCP servers

            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/cschmidt0121/splunkbase-mcp'

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