ExOS AI Knowledge Base MCP

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).

Connect with Claude Desktop

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"
      ]
    }
  }
}

Connect with claude.ai (HTTP MCP)

In Settings → Integrations → Add MCP Server:

URL:  https://mcp.exos.bluenotelogic.comAuth: Bearer YOUR_API_KEY

Available tools

Endpoint

POST https://mcp.exos.bluenotelogic.com — JSON-RPC 2.0, Content-Type: application/json, Authorization: Bearer <api_key>