Model Context Protocol & AI Integration

Connect frontier LLMs (ChatGPT, Claude, Cursor) directly to your personalized Oslango learning vault

Desktop MCP Setup

Anthropic Claude Desktop & Cursor Integration

Claude Desktop and Cursor IDE support the Model Context Protocol natively. Add the configuration snippet below to connect Claude Desktop to your Oslango account.

Configuration File Location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json

claude_desktop_config.json

{
  "mcpServers": {
    "oslango": {
      "command": "npx",
      "args": ["-y", "@oslango/mcp-bridge"],
      "env": {
        "MILEVU_API_KEY": "YOUR_PERSONAL_API_KEY",
        "MILEVU_API_URL": "https://api.oslango.app/mcp"
      }
    }
  }
}

Verification in Claude Desktop

1. Restart Claude Desktop after updating the config file.
2. Look for the Hammer icon at the bottom of the chat window.
3. Verify that tools like get_study_plan, get_tasks, and search_vault appear in the active tools list.