This is a Model Context Protocol server. It exposes the ExOS AI private knowledge base as tools you can attach to Claude (Desktop or claude.ai).
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"exos-ai": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://mcp.exos.bluenotelogic.com",
"--header", "Authorization:Bearer YOUR_API_KEY"
]
}
}
}
In Settings → Integrations → Add MCP Server:
URL: https://mcp.exos.bluenotelogic.comAuth: Bearer YOUR_API_KEY
search_knowledge_base — semantic search across documentslist_documents — list documents with metadataget_document_excerpt — retrieve text chunks from a documentPOST https://mcp.exos.bluenotelogic.com — JSON-RPC 2.0, Content-Type: application/json, Authorization: Bearer <api_key>