MCP Server

Enable AI models or agents to securely search and retrieve data from your Graceview workspace.

1. Overview

Model Context Protocolarrow-up-right (MCP) is a standard interface that lets large language models (LLMs) communicate with external tools and data sources.

Graceview's MCP server enables any compatible AI model or agent to search, filter, and fetch data from your Graceview workspace through a single, secure endpoint. Our MCP server follows the authenticated remote MCP Specificationarrow-up-right, so the server is centrally hosted and managed.

2. Setup Instructions

circle-info

Remote MCP connections are still early and connections may fail or require multiple attempts. If you experience issues, try restarting your client or toggle the Graceview MCP server off and on.

2.1 ChatGPT, OpenAI

Free, Plus, Pro, Business, Enterprise (web & desktop)

  • Open SettingsConnectors

  • Click Advanced settings and switch Developer mode on

  • Return to Connectors and click Create

  • Enter:

    • Name: Graceview

    • MCP Server URL: https://app.graceview.ai/au/mcp/sse

    • Authentication: OAuth

  • Create, then enable Graceview when starting a new chat.

2.2 Claude, Anthropic

Pro, Team, Enterprise (web & desktop)

  • Open SettingsIntegrations

  • Click Add more

  • Enter:

    • Integration name: Graceview

    • Integration URL: https://app.graceview.ai/au/mcp/sse

  • Save, then enable Graceview when starting a new chat.

2.3 Other MCP-Compatible Tools

Hundreds of modern AI tools now support MCP servers. You can configure them to use Graceview's MCP server with the following settings:

  • Command: npx

  • Arguments: -y mcp-remote https://app.graceview.ai/au/mcp/sse

  • Environment: None

2. Workspace Selection

Select which Graceview workspace the MCP client can access.

  1. Navigate to Your ProfileIntegrations

  2. Select the workspace to connect

  3. Click Save

You can change the connected workspace at any time by repeating these steps.

3. FAQ

chevron-rightDo I need API keys?hashtag

No. Authentication is handled through your existing Graceview account when you enable the integration.

chevron-rightDoes the server support streaming results?hashtag

Yes. The /sse endpoint streams results via Server‑Sent Events for low‑latency responses.

chevron-rightAre my searches private?hashtag

Yes. All traffic is encrypted. Results are scoped to the workspace you select.

Last updated