> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usealmanac.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Local MCP server

> Expose selected Almanac tools to an agent client.

The local MCP server uses the same hosted login state as the CLI.

```bash theme={null}
almanac login
almanac use reverie/legal
almanac-mcp
```

The first MCP surface is local and token-backed. Remote MCP can use the same
tool names after hosted transport and credential handling are ready.

## Tools

```text theme={null}
list_wikis
use_wiki
search_wiki
read_page
list_sources
search_sources
read_source
upload_source
list_jobs
wait_for_job
garden_wiki
```

Tool names map directly to `/v1`, the Python SDK, and CLI product verbs.
