MCP server
AI tools that always know your company.
Patricia sits in your meetings, your Slack, and your team's day, and keeps one living memory of it all. Connect her over MCP and the AI tools you already use work from what your company knows today, not what you pasted last month.
- 1
Copy the Patricia connector URL
One address, every tool.
https://api.patricia.app/v1/mcp - 2
Open your tool's connector settings
Paste the URL where your tool adds connectors or MCP servers. The exact clicks for each tool are one scroll down.
- 3
Sign in and start
Approve the connection in the browser window that opens. No API key, no token to paste.
The living memory
Context that keeps itself current.
Every AI chat starts from zero, and every pasted doc goes stale. Patricia's memory does not: it is fed by your company's actual day, and MCP hands it to whichever tool you are in.
Fed by the day itself
Meeting notes, Slack and Teams conversations, decisions, files, and the work you hand her: it all lands in one company memory as it happens.
Current when you ask
Over MCP, your AI tool reads what the company knows today: the decisions, the voice, the numbers, the people. Nothing to re-paste, nothing to re-explain.
Private by design
Personal memory stays personal, meeting notes follow your recording policy, and topics you name are never repeated.
Pick your tool
The exact clicks, for your tool.
Every option lands on the same secure Patricia MCP server.
Install in Claude Code
Add Patricia from your terminal. Then sign in from Claude Code.
- Run this command in your terminal.
Terminal command
claude mcp add --transport http patricia https://api.patricia.app/v1/mcp- Open Claude Code and enter the command below.
- Select Patricia and sign in with your Patricia account.
Claude Code command
/mcpInstall in Claude.ai or Claude Desktop
Add Patricia as a custom connector from the Claude settings.
- Open Customize > Connectors.
- Select the + button.
- Select Add custom connector.
- Enter the Patricia MCP server address.
- Select Add.
- Sign in with your Patricia account.
MCP server address
https://api.patricia.app/v1/mcpInstall in Cursor
Use the install button, or add Patricia to your Cursor configuration.
Opens Cursor on this computer and asks you to confirm the server. Then sign in when Cursor asks.
Add to CursorManual setup on another device or without the button
Save this block in ~/.cursor/mcp.json, then sign in when Cursor asks.
~/.cursor/mcp.json
{
"mcpServers": {
"patricia": {
"url": "https://api.patricia.app/v1/mcp"
}
}
}Install in ChatGPT or Codex
Connect from ChatGPT settings, or add Patricia with the Codex CLI.
ChatGPT desktop app
- Open Settings.
- Select MCP servers.
- Select Add server.
- Choose Streamable HTTP.
- Enter the Patricia MCP server address.
- Save the server.
- Restart the ChatGPT desktop app.
- Sign in with your Patricia account when ChatGPT asks.
MCP server address
https://api.patricia.app/v1/mcpChatGPT on the web
- Open Settings > Security and login.
- Turn on Developer mode.
- In Plugins, select the plus button.
- Create a developer-mode app for your remote MCP server.
- Name the app Patricia.
- Enter the Patricia MCP server address.
- Choose OAuth.
- Sign in with your Patricia account when ChatGPT asks.
MCP server address
https://api.patricia.app/v1/mcpCodex CLI
- Run both commands in your terminal.
- Sign in with your Patricia account in the browser window that opens.
Add Patricia
codex mcp add patricia --url https://api.patricia.app/v1/mcpSign in
codex mcp login patriciaInstall in any MCP tool
Use Patricia with any AI tool that speaks Streamable HTTP.
Choose the block that matches your tool.
With OAuth
{
"mcpServers": {
"patricia": {
"type": "http",
"url": "https://api.patricia.app/v1/mcp"
}
}
}Without OAuth
{
"mcpServers": {
"patricia": {
"type": "http",
"url": "https://api.patricia.app/v1/mcp",
"headers": {
"Authorization": "Bearer pat_mcp_..."
}
}
}
}How does MCP work?
You ask your AI tool. Patricia does the job.
Once connected, these prompts work as written. Paste one into Claude and the run comes back with the result, under Patricia's normal approval rules.
Company memory
Ask Patricia what we decided about pricing, and who decided it.
The decision, straight from the workspace memory your whole team shares.
Marketing
Ask Patricia for last month's ad results and a draft performance update.
Numbers pulled from the connected ad accounts, update drafted for your approval.
See how she runs itCompetitors
Ask Patricia what our competitors are running in paid social right now.
A rundown of live competitor ads, with the creative angles named.
See how she runs itFinance
Ask Patricia which invoices are overdue and to draft the chasers.
The overdue list plus ready-to-send reminders, held for your yes.
See how she runs itTeam updates
Ask Patricia to draft this week's update from what happened in our tools.
A weekly update drafted from real activity, delivered where you asked.
See how she runs itOn-brand design
Fetch our brand kit, then build the landing page in this conversation.
Your real colors, fonts, and voice, applied by the tool you are in.
What your AI tools get
The context of a real teammate.
Read what Patricia knows, add to it, and hand her whole jobs. She runs them with your workspace's skills and connected tools.
Know the workspace
Confirm which workspace and which person the credential names, read the company profile, and list the team.
Read and write the workspace memory
Search what Patricia already knows about the company, store a new fact, or forget one.
Work with files
List, search, read, and create files in the workspace, and open or close a dated public link for one.
See what Patricia can already do
List the skills and the connected tools this workspace holds, then search or inspect a capability before calling it.
Hand Patricia a job
Ask Patricia to do the work as the person the token names. The run is asynchronous, so poll it for status. Patricia's ordinary approval rules still apply, so anything that publishes, sends, or spends waits for a human yes.
From Claude, for example
Ask Patricia for last month's ad numbers and a draft performance update.
ask_patricia · run started
Done. Spend, results, and the draft are in your files, ready for your approval.
Bring your own servers
MCP runs both ways here.
Run a tool the integrations directory does not cover? Connect its MCP server from the console and Patricia treats it like any other tool: same permissions, same approvals, same audit trail.
Connect it your way
Sign in at the tool server's own page and approve Patricia. If a server will not register her automatically, an admin pastes a client ID and secret instead.
Team-wide or personal
An admin connects a server for the whole workspace. Any member can also connect one just for themselves: only they can use it, and it goes away if they leave.
Approvals that make sense
Plain lookups run without nagging you. Anything that changes data asks first, no matter what the server claims about itself. You can allow one specific action to run automatically, and nothing more.
Looking for the tools Patricia connects natively? Browse the integrations directory.
Access and security
Scoped, revocable, and human-approved.
pat_mcp_
Personal token
Names the person who minted it. Required for anything that reads or writes that person's own work: files, memory, skills, connected tools, and asking Patricia to do a job.
pat_live_
Workspace API key
Names the workspace and no person. It can read workspace-level context such as the company profile and the team roster. Anything that depends on who is asking is refused.
One workspace at a time
Every answer stays scoped to the one workspace behind the credential. Patricia does not read another workspace through the same connection.
A human keeps the final say
When an AI tool hands Patricia a job, her normal approval rules apply. Work above that bar waits for a human yes in Patricia.
OAuth 2.1 with dynamic registration and S256 PKCE. Discovery: authorization server and protected resource. Revoke a token in Developer settings. See the MCP registry descriptor, the security overview, or the full developer reference.
FAQ
Got questions left?
What is MCP?
The Model Context Protocol is an open standard that lets AI tools share context and tools with each other. Patricia speaks it over Streamable HTTP, in both directions: the AI tools you use can talk to Patricia, and Patricia can use tool servers you bring.
Why not just paste our docs into my AI tool?
Docs go stale the day you paste them. Patricia's memory is fed by your meetings, your Slack and Teams conversations, and the work itself, so what your AI tool reads over MCP is what the company knows today.
Which AI tools work with Patricia?
Claude on the web, Claude Desktop, Claude Code, Cursor, ChatGPT, Codex, and any MCP-compatible tool that supports remote servers. Tools with OAuth connect with the URL alone; the rest use a personal token.
Do I need an API key?
No. Tools that support MCP OAuth connect by signing in, nothing to paste. A tool without OAuth uses a personal token you mint once in Developer settings.
Do I need a Patricia account first?
Yes. There is no self-serve signup: book a demo and we set your workspace up together, with free credits to start.
What does it cost?
There is no separate MCP price. Work Patricia does through MCP uses your workspace credits, the same metering as chat.
Can an AI tool change things without me?
No. Patricia's approval rules follow the work wherever it comes from: anything that publishes, sends, or spends waits for a human yes, and every answer stays scoped to the one workspace behind the credential.
Can Patricia use my own tools too?
Yes. Connect any MCP tool server to Patricia from the console, team-wide through an admin or private to just you, and she uses it under the same permissions, approvals, and audit trail.
Everybody deserves a Patricia.
She handles the work your team never gets to. You build the company. See what changes in your first week.