Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
coalent · pypi · 0.6.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nisarg-pujara-vectorlink/coalent",
"description": "Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes.",
"title": "Coalent",
"repository": {
"url": "https://github.com/Vectorlink-Labs/coalent",
"source": "github"
},
"version": "0.6.2",
"websiteUrl": "https://coalent.ai",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "coalent",
"version": "0.6.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Install the MCP SDK and OpenAI extras alongside the core package",
"isRequired": true,
"value": "coalent[mcp,openai]",
"type": "named",
"name": "--with"
},
{
"description": "The MCP server entry point (the coalent package also ships a separate `coalent` inspection CLI)",
"value": "coalent-mcp",
"type": "positional",
"valueHint": "coalent-mcp"
}
],
"packageArguments": [
{
"description": "Directory of documents to serve in zero-config folder mode. Advanced deployments replace this with --cache-factory module:function to serve a user-constructed cache over their own vector DB / embedder / LLM (see the README).",
"isRequired": true,
"format": "filepath",
"default": "./docs",
"type": "named",
"name": "--watch"
}
],
"environmentVariables": [
{
"description": "Required in folder (--watch) mode for semantic embeddings (text-embedding-3-small) and build synthesis (gpt-4o-mini); the server exits loudly without it rather than degrade. Factory (--cache-factory) mode brings its own models and needs no key.",
"isRequired": true,
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Optional shared secret for --transport http: when set, every HTTP request must carry Authorization: Bearer <token>. Unused over stdio.",
"isSecret": true,
"name": "COALENT_MCP_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-05T07:44:39.93843Z",
"publishedAt": "2026-08-05T07:44:39.93843Z",
"updatedAt": "2026-08-05T07:44:39.93843Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.6.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.