# Model Context Protocol Server

Integrate your applications with real-world data and tools seamlessly. Access files, databases, and APIs while leveraging the power of language models to enhance your workflows. Simplify complex inte…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add marco280690/mcp

# Browse available tools
npx -y @smithery/cli@latest tool list marco280690/mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get marco280690/mcp sequentialthinking

# Call a tool
npx -y @smithery/cli@latest tool call marco280690/mcp 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 marco280690/mcp <tool-name>
```

---

Source: https://github.com/marco280690/MCP/tree/main/sequentialthinking
