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:
Authentication happens via OAuth — sign in with your Weavable account when the client prompts you.
Claude
Open Claude's connector settings
Add a custom connector
Click + and choose Add custom connector.
Enter the connection details
- Name:
weavable
- Remote MCP Server URL:
https://mcp.weavable.ai/mcp
Connect
Find weavable under Not Connected and click Connect.
Authorize
Sign in with your Weavable account when prompted and authorize Claude.
Try a prompt
From Weavable summarise any changes from {context name} in the past week
Claude Code
Add the MCP server
In your terminal, run:claude mcp add --transport http weavable https://mcp.weavable.ai/mcp
Verify the connection
Open Claude Code and run the /mcp command.
Try a prompt
Reference weavable explicitly in prompts:From Weavable summarise any changes from {context name} in the past week
ChatGPT
Enable Developer mode
In ChatGPT, open Settings → Connectors → Advanced and toggle Developer mode on. Requires Pro, Plus, Business, Enterprise, or Edu.
Create a connector
Back in Settings → Connectors, click Create.
Fill in the details
- Name:
weavable
- MCP Server URL:
https://mcp.weavable.ai/mcp
- Authentication: OAuth
Authorize
Sign in with your Weavable account when prompted to authorize ChatGPT.
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
Open the command palette
In the top menu bar, click View → Command Palette…
Add an MCP server
Type MCP: Add Server… and select the option, then choose HTTP (HTTP or Server-Sent Events).
Enter the connection details
- URL:
https://mcp.weavable.ai/mcp
- ID / name:
weavable
Authorize
Sign in with your Weavable account when prompted and authorize VS Code.
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