1
Go to Settings
2
Click on Connectors
3
Click "Add custom connector"
4
Paste the URL below and save
Server URL
https://mcp.datons.com/legal-docs/mcp/This also syncs to Claude Desktop automatically.
1
Click your profile icon in the bottom-left corner of ChatGPT
2
Go to Settings → Apps → Advanced settings
3
Click Create app and enter a name (e.g., "Legal Docs")
4
Paste the MCP server URL below
5
Set Authentication to OAuth and confirm
Server URL
https://mcp.datons.com/legal-docs/mcp/1
Add to your project's .mcp.json
Or add globally to ~/.claude/settings.json
Configuration
{
"mcpServers": {
"legal-docs": {
"type": "http",
"url": "https://mcp.datons.com/legal-docs/mcp/"
}
}
}1
Install the MCP extension for VS Code
2
Open Command Palette (Cmd/Ctrl + Shift + P)
3
Run: MCP: Add Server
4
Select "HTTP Server" and paste the URL
Server URL
https://mcp.datons.com/legal-docs/mcp/