No plugin needed. Any client that speaks MCP over Streamable HTTP can
connect.

## Endpoint

```
https://brain.levirge.com/mcp
```

The machine-readable definition is at
[/brain/mcp.json](/brain/mcp.json).

## Configuration

```json
{ "mcpServers": { "brain": {
    "type": "streamable-http",
    "url": "https://brain.levirge.com/mcp" } } }
```

## Auth

OAuth is negotiated on connect — add nothing to the config and your client
will prompt. Where a browser round-trip isn't possible, send a per-user
workspace token instead:

```
Authorization: Bearer <your workspace token>
```

Tokens are issued with your workspace, and you can revoke them individually.

## Verify

```
kb_overview
```

Read-only, and it returns your workspace's knowledge summary — a clean answer
proves the endpoint, the auth and the vault access at once.

## Then what

Start with `search_knowledge("<your question>")`, and capture what you learn
with `add_knowledge` — identical content deduplicates, so retries are safe.
The full tool list is in the [tool reference](/brain/docs/mcp-tools).

## Clients with a guide

[Claude Code](/brain/docs/install/claude-code),
[Claude Desktop](/brain/docs/install/claude-desktop),
[Codex](/brain/docs/install/codex),
[Obsidian](/brain/docs/install/obsidian). No workspace yet?
[Request access](/contact).
