loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

slims-mcp

MCP Tool

prisma-ddti/slims-mcp

MCP server that connects LLMs to a SLiMS database over stdio.

Install

$ npx loaditout add prisma-ddti/slims-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "slims-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "slims-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

slims-mcp

MCP server that gives AI models direct access to a SLiMS (Senayan Library Management System) MySQL database. Works with any MCP-compatible client — Claude Code, Claude Desktop, Gemini CLI, GPT (via MCP bridge), and others.

Tested against SLiMS v9 Bulian. Other versions should work as long as they share the same database schema.

Tools
  • search_books — search by title, author, or subject with pagination
  • search_latest_books — recently added books
  • search_popular_books — most borrowed books based on loan history
  • check_book_availability — check if a book is available for borrowing
  • get_total_books — total book count statistics
  • get_popular_subjects — popular subjects/topics
Installation
go build -o slims-mcp ./cmd/slims-mcp
Configuration

Set environment variables before running:

| Variable | Required | Default | Description | | ----------------- | -------- | ----------- | ------------------------------------ | | SLIMS_DB_HOST | No | localhost | MySQL host | | SLIMS_DB_PORT | No | 3306 | MySQL port | | SLIMS_DB_USER | Yes | - | MySQL username | | SLIMS_DB_PASS | Yes | - | MySQL password | | SLIMS_DB_NAME | No | slims | Database name | | SLIMS_LOG_LEVEL | No | info | Log level (debug, info, warn, error) |

Usage
Using .env file

Create a .env file in the project directory and point cwd to it:

{
	"mcpServers": {
		"slims": {
			"command": "/path/to/slims-mcp",
			"cwd": "/path/to/slims-mcp"
		}
	}
}
Using inline environment variables
{
	"mcpServers": {
		"slims": {
			"command": "/path/to/slims-mcp",
			"env": {
				"SLIMS_DB_HOST": "localhost",
				"SLIMS_DB_USER": "your_user",
				"SLIMS_DB_PASS": "your_password",
				"SLIM

Tags

climcp-serverslims

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated19 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/prisma-ddti/slims-mcp)](https://loaditout.ai/skills/prisma-ddti/slims-mcp)