Skip to main content
Glama
chiku-wa

snipeit-mcp

by chiku-wa

snipeit-mcp

CodexからSnipe-IT v7のREST APIを参照するための、読み取り専用MCPサーバーです。

提供するツール

  • API接続確認

  • 資産の一覧・検索・詳細取得

  • ユーザーの一覧・検索・詳細取得

  • 資産モデル、カテゴリ、ロケーションの一覧・検索

資産の作成・更新・削除など、Snipe-ITを書き換えるツールは含みません。

Related MCP server: KVMFleet MCP Server

必要環境

  • Python 3.11以上

  • MCP Python SDK 2.x

  • Snipe-ITのURL

  • Snipe-IT APIトークン

インストール

python3 -m venv .venv
.venv/bin/python -m pip install -e '.[dev]'

Codexへ登録

トークンがコマンド履歴、Git、Codex設定へ平文保存されるのを避けるため、ホームディレクトリ内のローカル設定ファイルに保存し、所有者だけが読める権限にします。このファイルはリポジトリやiCloudキーチェーンには保存されません。

mkdir -p ~/.config/snipeit-mcp
chmod 700 ~/.config/snipeit-mcp
read -s 'SNIPEIT_TOKEN?Snipe-IT API token: '
printf '%s\n' "$SNIPEIT_TOKEN" > ~/.config/snipeit-mcp/token
unset SNIPEIT_TOKEN
chmod 600 ~/.config/snipeit-mcp/token

codex mcp add snipeit \
  --env SNIPEIT_URL=http://192.168.186.128 \
  --env SNIPEIT_API_TOKEN_FILE=$HOME/.config/snipeit-mcp/token \
  -- \
  /absolute/path/to/snipeit-mcp/.venv/bin/snipeit-mcp

登録状態は次のコマンドで確認できます。

codex mcp list

.envやAPIトークンはGitへコミットしないでください。.gitignore.env、秘密鍵、仮想環境を除外しています。

テスト

.venv/bin/pytest

ライセンス

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Read-only MCP server that connects AI clients to Crescender's school asset, loan, member, and asset-comms API.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.
    5
    11
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A read-only MCP server for InvGate Asset Management, enabling natural language queries for assets, people, computers, servers, software, and API health.
    12
    10
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for the Snipe-IT asset management REST API, enabling read and write operations on assets, licenses, accessories, and more.
    13
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

  • Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.

View all MCP Connectors

Latest Blog Posts

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/chiku-wa/snipeit-mcp'

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