Levirge Brain · install

Connect any MCP client

The endpoint, the auth, and the read-only call that proves the connection works — for any client that speaks MCP over Streamable HTTP.

Early access — capacity is limited and workspaces are set up in order of request. Installing now is fine: the plugin connects the moment your workspace is active.

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.

Configuration

{ "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.

Clients with a guide

Claude Code, Claude Desktop, Codex, Obsidian. No workspace yet? Request access.