# 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/cli@latest mcp add mirinda-cmd/reference-servers-check

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

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

# Call a tool
npx -y @smithery/cli@latest 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/cli@latest tool get mirinda-cmd/reference-servers-check <tool-name>
```

---

Source: https://github.com/mirinda-cmd/reference-servers-check/tree/main/./src/sequentialthinking | License: MIT
