Developers · over MCP
One endpoint.Every agent.
Let compatible assistants search and cite the same company knowledge through a small, read-only MCP interface.
Supported sources in. Governed reads out.
Five read-only tools.
brain_status()Check whether the knowledge service and its governed read path are available.
search_knowledge(query, limit, as_of?)Retrieve ACL-filtered knowledge matches with the metadata needed to inspect their origin.
get_current_truth(subject)Read governed current knowledge, open conflicts, and uncertainty for one subject.
ask_maven(question, as_of?)Produce an answer from governed retrieval and return supporting citations with it.
resolve_citation(citation_id)Resolve a citation into the permitted source detail behind an answer or search result.
One authenticated MCP endpoint. No write operations.
One call. Answer and proof.
// any assistant, over MCP
maven.get_current_truth({
subject: "service/billing",
})
// → resolved, with provenance
{
facts: [...],
conflicts: [...],
uncertainty: [...]
}Truth reads are ACL-filtered and include citation metadata when a permitted source is available.
Explore the product workspace.
Inspect cited answers, the knowledge graph, wiki pages, contradictions, and change history.
Dashboard preview · product documentation included