mcp.blust.ch
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp.blust.chsearch for evidence about Robert Blust's Austronesian linguistics work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp.blust.ch
The reference instance of CompanyGraph, robertblust/mental-model, served over MCP at
https://mcp.blust.ch/mcp. This repository pins one commit of the model and one release of
companygraph/mcp-server, builds an image that carries the model's snapshot, and runs it on
Cloud Run in Zurich behind Firebase Hosting. Everything below the Google Cloud project is
Terraform, applied by GitHub Actions.
Whoever asks about Robert Blust's work — a person, a search engine, an agent — reaches the same answer, because every surface derives from one model. This is the surface an agent queries.
Using it
Add https://mcp.blust.ch/mcp as a custom connector in Claude, or as a remote MCP server in
ChatGPT's developer mode or the Gemini CLI. No authentication. Seven tools: list_types,
describe_schema, list_entities, get_entity, find_evidence, search and fetch; every
answer names the model commit it was read from.
Related MCP server: Provenance-Aware Retrieval MCP Server
What pins what
source.json names the model commit and package.json the server release. Moving either is a
pull request; the merge builds the image, applies the infrastructure with it and checks that
/healthz reports the new commit.
Building it
npm ci
npm run snapshot # writes snapshot.json from the pinned commit
npm test # the seven tools against that snapshot
docker build -t mcp-blust-ch:local .Infrastructure
infra/bootstrap/ is applied once by the owner and holds what CI needs before it can
authenticate: the state bucket, the identity pool, the two service accounts and the image
registry. infra/ is applied by CI on every merge. The workflows in .github/workflows/ say
what runs when.
Publishing to the MCP Registry runs in the registry environment, which requires the owner's
review of every run. The signing key lives there as an environment secret, MCP_PRIVATE_KEY,
never as a repository secret, because a repository secret would be readable by any workflow on
any branch and the review gate would protect nothing.
License
CC BY 4.0 for the text here; the model's own license is its own.
This server cannot be deployed
Maintenance
Related MCP Connectors
Company brain for AI agents — temporal knowledge graph search, exploration, and durable memory.
Multiple MCP tools, persistent graph memory, token-saving data pointers, and more.
CompanyLens is a remote MCP server giving AI agents instant access to official company registry data across 19 jurisdictions in Europe, the Americas, and Asia-Pacific. Eighteen read-only tools let you search companies and people, look up officers and beneficial owners, map corporate networks through shared directors, screen names against the UK disqualified directors register, find every company at a registered address, and pull filing history — all from a single connector. Visit our website: https://companylens.io
Read-only hosted MCP over CanonicAI's cited Answers corpus on canonicai.com.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to query persistent, build-scoped evidence memory for reverse engineering, combining static analysis, runtime captures, and claims with honest uncertainty. Provides read-only access to an evidence graph and MCP prompts for structured investigations.30 npm1Apache 2.0
- FlicenseNot gradedqualityCmaintenanceExposes a provenance-aware knowledge graph to AI agents over MCP, providing tools like get_fact and search_documents that return precise answers with source citations.1-
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to query a local, continuously updated symbol graph of a codebase, providing ranked search, caller/callee exploration, dependency paths, and git-diff impact analysis through MCP tools.627 npmApache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables coding agents to query a local, multi-repo code graph for symbol exploration, blast radius analysis, co-change mining, and durable code-anchored memory via MCP tools.891 npm14Business Source 1.1