-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
78 lines (78 loc) · 2.55 KB
/
server.json
File metadata and controls
78 lines (78 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"https://mcp.replicate.com/sse": {
"custom_metadata": {
"author": "Replicate",
"homepage": "https://replicate.com/docs/reference/mcp"
},
"metadata": {
"last_updated": "2026-03-29T03:03:42Z"
},
"overview": "## Replicate MCP Server\n\nReplicate's official MCP server for AI models and ML workflows. The server provides access to Replicate's AI model platform through several functions: running and managing model predictions via their API, creating and managing deployments for production use, accessing thousands of pre-trained models from Replicate's library, and handling custom model training workflows.",
"status": "Active",
"tags": [
"remote",
"ai",
"replicate",
"model-hosting",
"ml-workflows",
"inference",
"predictions"
],
"tier": "Official",
"tools": [
"list_collections",
"get_collections",
"create_deployments",
"update_deployments",
"list_deployments",
"get_deployments",
"create_deployments_predictions",
"list_hardware",
"get_account",
"create_models",
"list_models",
"get_models",
"search_models",
"list_models_examples",
"create_models_predictions",
"get_models_readme",
"list_models_versions",
"get_models_versions",
"create_predictions",
"list_predictions",
"cancel_predictions",
"get_predictions",
"create_trainings",
"list_trainings",
"cancel_trainings",
"get_trainings",
"get_default_webhooks_secret"
]
}
}
}
},
"description": "Replicate's official MCP server for AI models and ML workflows",
"icons": [
{
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"src": "https://raw.githubusercontent.com/stacklok/toolhive-registry/main/registries/toolhive/servers/replicate/icon.svg"
}
],
"name": "io.github.stacklok/replicate",
"remotes": [
{
"type": "sse",
"url": "https://mcp.replicate.com/sse"
}
],
"title": "Replicate",
"version": "1.0.0"
}