AI & Machine Learning
uor.foundation
An MCP server that indexes open AI models, letting you search the hub, inspect a model's pinned revision, files, and GGUF quantisations, and resolve where to download a specific file with hash verification and engine-ready commands.
ENDPOINT 1
https://hub.uor.foundation/mcp
MCP server metadata
- Name
- hologram-model-hub
- Version
- 1.0.0
Open models, every file named by its SHA-256. search_models to find one, get_model for its files, resolve_file for a download URL with the hash it must have. Weights are fetched by your shell or engine, never through a tool result.
Known tools 3
get_modelThe pinned revision of one model, its files with size and SHA-256, its GGUF quantisations if any, and its sources with their current health.
Inferred read-onlyresolve_fileWhere to download one file of a model right now, the SHA-256 it must have, how to check it, and the commands that hand it to an engine (hf, Ollama, llama.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hologram-model-hub]
url = "https://hub.uor.foundation/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hologram-model-hub": {
"type": "http",
"url": "https://hub.uor.foundation/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hologram-model-hub
Remote MCP URL: https://hub.uor.foundation/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hologram-model-hub": {
"url": "https://hub.uor.foundation/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hologram-model-hub": {
"type": "http",
"url": "https://hub.uor.foundation/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hologram-model-hub",
"transport": "streamable-http",
"url": "https://hub.uor.foundation/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.