# barnsworthburning

Use this MCP server to search barnsworthburning.net, a digital commonplace book built and curated by Nick Trombley. The site contains a wealth of bookmarks and short snippets on a broad range of topi…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Aias/barnsworthburning-mcp search

# Call a tool
npx -y @smithery/cli@latest tool call Aias/barnsworthburning-mcp search '{}'
```

## Tools (1)

- `search` — Search barnsworthburning.net for the given query

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

---

Source: https://github.com/Aias/barnsworthburning-mcp | License: MIT
