MCP Server Integration
Connect AI assistants directly to Predicate documentation for real-time search and reference.// Open MCP Settings → New MCP Server
{
"mcpServers": {
"predicate": {
"url": "https://docs.predicate.io/mcp"
}
}
}
claude mcp add --transport http predicate https://docs.predicate.io/mcp
// Add to ~/.claude/mcp.json
{
"mcpServers": {
"predicate-docs": {
"transport": "sse",
"url": "https://docs.predicate.io/mcp",
"readOnly": true
}
}
}
// Settings → MCP Servers → Add Server
{
"name": "predicate-docs",
"url": "https://docs.predicate.io/mcp",
"transport": "sse",
"readOnly": true
}
// Add to .continue/config.json
{
"experimental": {
"modelContextProtocol": {
"servers": [{
"name": "predicate-docs",
"url": "https://docs.predicate.io/mcp",
"transport": "sse"
}]
}
}
}
If you can’t use MCP servers copy & paste llms-full.txt directly into your AI conversations
