# Documentation Context Provider

Enable AI models to seamlessly access and query your local markdown technical documentation. This server allows for dynamic integration of documentation into LLM workflows, enhancing the model's abil…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list YassineTk/mcp-docs-provider

# Get full schema for a tool
npx -y @smithery/cli@latest tool get YassineTk/mcp-docs-provider query-docs

# Call a tool
npx -y @smithery/cli@latest tool call YassineTk/mcp-docs-provider query-docs '{}'
```

## Tools (1)

- `query-docs`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get YassineTk/mcp-docs-provider <tool-name>
```

---

Source: https://github.com/YassineTk/mcp-docs-provider
