# Reference Servers

Explore a variety of implementations that enhance Large Language Models with secure access to tools and data sources. Leverage these reference servers to integrate advanced functionalities into your …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mirinda-cmd/reference-servers-check

# Browse available tools
npx -y smithery tool list mirinda-cmd/reference-servers-check

# Get full schema for a tool
npx -y smithery tool get mirinda-cmd/reference-servers-check sequentialthinking

# Call a tool
npx -y smithery tool call mirinda-cmd/reference-servers-check sequentialthinking '{}'
```

## Tools (1)

- `sequentialthinking` — A detailed tool for dynamic and reflective problem-solving through thoughts.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get mirinda-cmd/reference-servers-check <tool-name>
```

---

License: MIT
