-
-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathserver.json
More file actions
18 lines (18 loc) · 589 Bytes
/
Copy pathserver.json
File metadata and controls
18 lines (18 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.JSONbored/metagraphed",
"title": "metagraphed — Bittensor subnet operational registry",
"description": "Live operational + integration registry for Bittensor subnets: APIs, schemas, health.",
"version": "1.78.12",
"websiteUrl": "https://metagraph.sh",
"repository": {
"url": "https://github.com/JSONbored/metagraphed",
"source": "github"
},
"remotes": [
{
"type": "streamable-http",
"url": "https://api.metagraph.sh/mcp"
}
]
}