Snipe-IT MCP Server
by jameshgordy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address (default 127.0.0.1; use 0.0.0.0 behind a reverse proxy). | |
| MCP_PORT | No | TCP port for the HTTP server. | |
| LOG_LEVEL | No | Logging level (DEBUG/INFO/WARNING/ERROR/CRITICAL). | |
| SNIPEIT_URL | No | Your Snipe-IT instance URL. | |
| MCP_TRANSPORT | No | Transport mode. Must be 'http' for OAuth mode. | |
| SNIPEIT_TOKEN | No | API token for authentication (API key mode). | |
| SNIPEIT_MCP_BASE_URL | No | Public URL where this MCP server is reachable (used in the OAuth callback). | |
| SNIPEIT_ALLOWED_TOOLS | No | Comma-separated list of tool names to expose. If unset, all tools are available. | |
| SNIPEIT_OAUTH_CLIENT_ID | No | OAuth client ID from /admin/oauth. | |
| SNIPEIT_MCP_REDIRECT_PATH | No | Override OAuth callback path (default /auth/callback). | |
| SNIPEIT_OAUTH_CLIENT_SECRET | No | OAuth client secret from /admin/oauth. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/jameshgordy/snipeit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server