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

            • A
              security
              A
              license
              A
              quality
              A comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).
              Last updated -
              13
              68
              47
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              MCP server that allows interaction with PocketBase databases, enabling record operations (fetch, list, create, update), file management, and schema migrations through natural language.
              Last updated -
              20
              16
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A unified remote terminal management server that simplifies complex SSH connections and server management through MCP protocol, allowing users to control multiple remote servers with natural language commands as easily as local operations.
              Last updated -
              16
              3
              Python
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              A server based on the MCP framework that provides remote server management capabilities through SSH, supporting features like connection pooling, file transfers, and remote command execution.
              Last updated -
              7
              Python

            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