Obris logo

MCP Server

Obris uses MCP (Model Context Protocol) to connect your experts to AI tools. Each expert gets its own MCP server URL. The server handles authentication and serves your curated knowledge.

Server details

  • Name
    URL
    Type
    string
    Description

    Per-expert. Find it on the Experts page or in the expert detail view.

  • Name
    Transport
    Type
    string
    Description

    Streamable HTTP (remote) or stdio (local)

  • Name
    Authentication
    Type
    string
    Description

    OAuth 2.0 with DCR (remote) or API key (local)

  • Name
    Access
    Type
    string
    Description

    Read-only - retrieve knowledge from your curated topics

Remote vs local

Remote - Your expert is hosted at its MCP URL. AI tools connect over HTTP with OAuth. Works across devices and can be shared with your team. See Remote MCP Connectors.

Local - Run the Obris MCP server on your machine over stdio using an API key. Per-machine setup, not shared. See Local MCP Server.

Next steps