Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.weavable.ai/llms.txt

Use this file to discover all available pages before exploring further.

Give your AI assistant access to Weavable through a single MCP connection. Pick your client below for setup steps.

Server URL

The Weavable MCP server is available at:
https://mcp.weavable.ai/mcp
When prompted for a name, use:
weavable
Authentication happens via OAuth — sign in with your Weavable account when the client prompts you.

Claude

1

Open Claude's connector settings

Go to claude.ai/customize/connectors, or in the desktop app go to Customize → Connectors.
2

Add a custom connector

Click + and choose Add custom connector.
3

Enter the connection details

  • Name: weavable
  • Remote MCP Server URL: https://mcp.weavable.ai/mcp
4

Connect

Find weavable under Not Connected and click Connect.
5

Authorize

Sign in with your Weavable account when prompted and authorize Claude.
6

Try a prompt

From Weavable summarise any changes from {context name} in the past week

Claude Code

1

Add the MCP server

In your terminal, run:
claude mcp add --transport http weavable https://mcp.weavable.ai/mcp
2

Verify the connection

Open Claude Code and run the /mcp command.
3

Try a prompt

Reference weavable explicitly in prompts:
From Weavable summarise any changes from {context name} in the past week

ChatGPT

1

Enable Developer mode

In ChatGPT, open Settings → Connectors → Advanced and toggle Developer mode on. Requires Pro, Plus, Business, Enterprise, or Edu.
2

Create a connector

Back in Settings → Connectors, click Create.
3

Fill in the details

  • Name: weavable
  • MCP Server URL: https://mcp.weavable.ai/mcp
  • Authentication: OAuth
4

Authorize

Sign in with your Weavable account when prompted to authorize ChatGPT.
5

Use it in a conversation

Enable the weavable connector for the conversation and try:
From Weavable summarise any changes from {context name} in the past week

VS Code

1

Open the command palette

In the top menu bar, click View → Command Palette…
2

Add an MCP server

Type MCP: Add Server… and select the option, then choose HTTP (HTTP or Server-Sent Events).
3

Enter the connection details

  • URL: https://mcp.weavable.ai/mcp
  • ID / name: weavable
4

Authorize

Sign in with your Weavable account when prompted and authorize VS Code.
5

Try a prompt

Prompt the VS Code agent to use weavable:
From Weavable summarise any changes from {context name} in the past week

Other clients

Any MCP-compatible client or agent framework — Cursor, Windsurf, custom agents — can connect with these details:
  • URL: https://mcp.weavable.ai/mcp
  • Name: weavable
  • Transport: Streamable HTTP
Auth happens automatically via OAuth — sign in with your Weavable account when prompted. Example prompt:
From Weavable summarise any changes from {context name} in the past week