Support

LM Studio Setup

Connect Tempreon to LM Studio so local open-source models — Llama, Qwen, GLM, Kimi, DeepSeek, gpt-oss — get persistent memory and identity.

Ready to connect? Your Bridges page walks you through it step by step.

Open your Bridges page

Overview

LM Studio is a free desktop app for running open-source models locally — Llama, Qwen, GLM, Kimi, DeepSeek, gpt-oss, and anything else in GGUF or MLX format. It has supported MCP servers since v0.3.17, and OAuth for MCP servers since v0.4.10 — the later build is the one that matters here, because connecting Tempreon uses OAuth.

Connecting Tempreon gives those local models the thing they otherwise lack: persistence. Your AI loads your Core Imprint, searches your Knowledge Vault, and remembers what it learns — across every tool. This is the cleanest way to give a fully local model a persistent identity — the model runs entirely on your machine, and Tempreon supplies the memory.

Quick path: Chat sidebar → Program tab → Install > Edit mcp.json → add the Tempreon entry → save → approve the OAuth prompt in your browser.

One-click install: with LM Studio installed, Add to LM Studio adds the entry for you — then approve the OAuth prompt in your browser.

Prerequisites

  • LM Studio v0.4.10 or later (free), with at least one model downloaded. MCP itself landed in v0.3.17, but OAuth for MCP servers shipped in v0.4.10 — and Tempreon connects over OAuth, so an older build will follow every step and never prompt you to sign in
  • A model that supports tool calling — check the model card; not every local model does
  • A Tempreon account with at least one available Bridge slot
  • Your Tempreon MCP server URL (also shown in your Bridges dashboard)

Step-by-Step Setup

1. Open the mcp.json editor

  1. In a chat, open the right-hand sidebar
  2. Click the Program tab
  3. Click Install > Edit mcp.json

2. Add the Tempreon entry

Add Tempreon to the mcpServers object and save the file:

{
  "mcpServers": {
    "tempreon": {
      "url": "https://api.tempreon.com/functions/v1/tempreon-mcp/mcp"
    }
  }
}

3. Authorize in your browser

When you save, LM Studio opens your browser with the Tempreon consent screen automatically. Sign in if prompted and approve. Tempreon supports dynamic client registration, so there are no keys, client IDs, or secrets to paste.

4. Approve the first tool calls

LM Studio asks for confirmation before each tool call. When your model first calls a Tempreon tool (such as session_start), a confirmation dialog appears — approve it. The same dialog lets you relax future confirmations for tools you trust.

Troubleshooting

The model never calls Tempreon tools. Confirm your model supports tool calling — many local models don't, or do it unreliably. Pick a model whose card explicitly lists tool or function calling.

Responses got worse after connecting. Smaller local models can struggle when a large tool list lands in their context. Try a larger model, or disable the Tempreon tools you don't need for the current chat.

No browser window opens for authorization. Re-save mcp.json to retrigger the flow, and check that a default browser is set at the OS level.

The connection fails immediately. Confirm the URL ends in /mcp with no trailing slash: https://api.tempreon.com/functions/v1/tempreon-mcp/mcp.

Also connect: Open-Source Chat Clients · Raycast · Warp

Try saying...

  • "Start my session." — triggers session_start to load your Core Imprint
  • "What do you know about me from Tempreon?" — a quick end-to-end test
  • "Remember that [insight] for next time." — proves your local model can write to your memory

Frequently asked questions

How do I authorize Tempreon in LM Studio?
When you save mcp.json, LM Studio opens your browser with the Tempreon consent screen automatically — sign in and approve. Tempreon supports dynamic client registration, so there are no keys, client IDs, or secrets to paste. LM Studio also asks for confirmation before each tool call the first time; approve it, and you can relax future confirmations for tools you trust.
Where is the MCP config in LM Studio?
In a chat, open the right-hand sidebar, click the Program tab, then click Install and Edit mcp.json. Add Tempreon to the mcpServers object and save the file. If you already have LM Studio installed, the one-click Add to LM Studio option adds the entry for you instead.
My local model in LM Studio never calls the Tempreon tools. Why?
The most common cause is that the model doesn't support tool calling — many local models don't, or do it unreliably. Pick a model whose card explicitly lists tool or function calling. If responses instead got worse after connecting, a smaller model may be struggling with the large tool list; try a larger model or disable tools you don't need.