Overview
Quint MCP gives any MCP-compatible AI agent persistent memory, cross-platform identity, and dynamic context. One connection — your agent knows you everywhere.
Connect once. Every new session loads your context automatically. Facts, preferences, decisions, and history follow you across Claude.ai, Claude Desktop, Claude Mobile, and Claude Code.
Available Tools
Quick Start
Get Quint connected in under two minutes.
Claude Desktop (easiest)
- Create your account — Sign up at getquint.ai/start.
- Download the extension — Go to your dashboard and click Download for Claude Desktop. You'll get a
.dxtfile. - Install — Double-click the
.dxtfile. Claude Desktop installs the extension automatically. - Restart Claude Desktop — A browser window opens for OAuth authorization. Approve access.
- Done. Your agent now loads context at the start of every session.
Claude.ai (web)
- Go to
claude.ai/settings/connectors - Click Add Custom Connector
- Name:
Quint| URL:https://api.getquint.ai/mcp - Click Connect — your browser opens for OAuth authorization.
- Approve access. Quint is now connected across all your Claude surfaces.
Tools Reference
Quint exposes five MCP tools. They are called by the AI agent, not directly by you — just talk to Claude normally. The triggers below are example phrases that cause Claude to call each tool.
Loads your current context, memory, and recent events. Called automatically at the start of every session. Use a specific query to retrieve focused context on a topic.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | optional | What context to load. Default: "current context". Use specific topics for focused retrieval, e.g. "Colossal lawsuit". |
| scope | string | optional | One of: all | professional | personal | sensitive | public. Default: all. |
| max_tokens | integer | optional | Max tokens to return. Default: 2000. |
Loads your agent's soul — name, personality, and communication style. Called at session start after get_context. Shapes how Claude talks to you for the rest of the session.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Saves a fact about you to Quint. Call when you share something worth remembering. Facts persist across all sessions and surfaces.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| content | string | required | The fact to store. |
| scope | string | optional | One of: public | professional | personal | sensitive. Default: professional. |
| fact_type | string | optional | One of: fact | preference | relationship | decision | history. Default: fact. |
Saves the current conversation thread to Quint. Designed for long sessions — prevents context loss when the context window fills. Can be called manually or triggered automatically.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| summary | string | required | Summary of the conversation so far. |
| key_facts | array<string> | optional | Most important facts from this session to preserve. |
At the end of a substantive session, extracts and permanently stores the most important facts learned. The definitive write operation for session conclusions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| facts | array<string> | required | List of facts to commit to long-term memory. |
Authentication
Quint uses OAuth 2.0. When connecting via Claude.ai or Claude Desktop, the OAuth flow completes automatically in your browser — no manual token handling required.
Direct Integration
For developers integrating directly against the MCP endpoint:
Authorization: Bearer <your_token>
Tokens are issued via OAuth 2.0 authorization code flow with PKCE. Dynamic client registration (RFC 7591) is supported.
OAuth Endpoints
| Purpose | URL |
|---|---|
| Authorize | https://api.getquint.ai/oauth/authorize |
| Token | https://api.getquint.ai/oauth/token |
| Register client | https://api.getquint.ai/oauth/register |
| Discovery | https://api.getquint.ai/.well-known/oauth-authorization-server |
Connect to Claude.ai
Remote MCP connector — works on Claude.ai web, Claude Mobile, and Claude Desktop (synced via your Claude account).
- Go to
claude.ai/settings/connectors - Click Add Custom Connector
- Set Name to
Quintand URL tohttps://api.getquint.ai/mcp - Click Connect — your browser opens for OAuth authorization
- Approve access. Done.
Once connected, Quint loads your context automatically at the start of every new Claude conversation. No prompting required.
Connect to Claude Desktop
Native extension install via .dxt — single click, no config files to edit.
- Sign up at getquint.ai/start
- Go to your dashboard → click Download for Claude Desktop
- Double-click the downloaded
.dxtfile to install - Restart Claude Desktop
- A browser window opens — authorize Quint via OAuth
- Done. Your agent loads context automatically every session.
claude_desktop_config.json manually.
FAQ
write_context or extraction_commit. It does not record your conversation transcripts."Colossal lawsuit") it returns focused context on that topic only..dxt extension are open. The hosted service backend is proprietary. You can self-host a compatible MCP server using the open spec..dxt install is only needed if you prefer the native desktop extension experience.