MCP Server
Active
AGPL-3.0
metagraphed — Bittensor subnet operational registry MCP Server
io.github.JSONbored/metagraphed
What is the metagraphed — Bittensor subnet operational registry MCP server?
Live operational + integration registry for Bittensor subnets: APIs, schemas, health.
How to install metagraphed — Bittensor subnet operational registry
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"metagraphed": {
"url": "https://api.metagraph.sh/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"metagraphed": {
"serverUrl": "https://api.metagraph.sh/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"metagraphed": {
"type": "http",
"url": "https://api.metagraph.sh/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"metagraphed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.metagraph.sh/mcp"
]
}
}
}Claude Code
claude mcp add --transport http metagraphed https://api.metagraph.sh/mcpRelated MCP servers
Search 1,300+ curated Claude agents, MCP servers, skills, and tools directly from your AI client.
273
View repository →MDX
MIT