MCP Setup
Connect Horatius to your AI assistant via the Model Context Protocol.
Overview
Horatius uses the Model Context Protocol (MCP) to integrate directly with AI assistants like Claude, ChatGPT, and others. Once connected, you can save and retrieve context without leaving your conversation.
Installation
Claude Desktop
Add Horatius to your Claude Desktop MCP configuration:
{
"mcpServers": {
"horatius": {
"url": "https://mcp.horatius.app/sse"
}
}
}With File Attachments
If you need to attach local files to capsules, also add the desktop companion:
npx @horatius/mcp-desktopAuthentication
- Sign in to horatius.app
- Go to Settings > API Keys
- Create a new API key
- Add it to your environment as
HORATIUS_API_KEY
Verify Connection
Ask your AI assistant:
"List my Horatius Types"
If configured correctly, you'll see your saved Types and capsules.