Catalog
ai.obris/mcp
OfficialObris
Stop re-explaining yourself to AI. Save knowledge once, use it in every conversation.
Save knowledge once and reuse it across multiple AI conversations without re-explaining.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
OBRIS_API_KEYrequiredsecretYour Obris API key from app.obris.ai/api-keys
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "uvx",
"args": [
"obris-mcp"
],
"env": {
"OBRIS_API_KEY": "<YOUR_OBRIS_API_KEY>"
}
}
}
}