# Brian Knows

Enhance your applications with intelligent context-aware capabilities. Leverage real-world data and tools seamlessly to create more interactive and responsive user experiences.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get antoncoding/mcp-brianknows ping

# Call a tool
npx -y @smithery/cli@latest tool call antoncoding/mcp-brianknows ping '{}'
```

## Tools (3)

- `ping` — Check if the Brian API server is alive
- `search` — Search using Brian's knowledge engine
- `agent` — Chat with Brian agent

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

---

Source: https://github.com/antoncoding/mcp-brianknows
