splunkbase-mcp
Splunkbase用のMCPサーバー
説明
これは、Splunkbaseの機能へのプログラム的なアクセスを提供するマシン制御プロトコル(MCP)サーバーです。標準化されたインターフェースを通じて、Splunkbaseアプリの検索、ダウンロード、管理が可能になります。
インストール
警告: この方法ではパスワードが平文でディスクに保存されます。今後、より優れた方法が開発される可能性があります。
使用法
クロードへのサンプルプロンプト:
リソース
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
: アプリ名または数値IDsplunk_version
: ターゲットSplunkバージョンis_cloud
: Splunk Cloud の互換性をチェックするかどうか
バージョン情報辞書を返します
ダウンロード
download_app(app: str | int, output_dir: str, version: Optional[str] = None) - 特定のアプリバージョンをダウンロードする
パラメータ:
app
: アプリ名または数値IDoutput_dir
: ダウンロードしたアプリを保存するディレクトリversion
: ダウンロードするオプションの特定のバージョン(指定されていない場合は最新)
ダウンロードの詳細を含む成功メッセージを返します
依存関係
aiosplunkbase >= 0.1.3
mcp[cli]
aioファイル
Python >= 3.11
This server cannot be installed
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 アプリを検索、ダウンロード、管理できます。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -141055MIT License
- AsecurityAlicenseAqualityMCP server that allows interaction with PocketBase databases, enabling record operations (fetch, list, create, update), file management, and schema migrations through natural language.Last updated -2020MIT License
- -securityFlicense-qualityA 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 -193
- AsecurityFlicenseAqualityA 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