Clients
Any MCP client
Desktop assistants, coding agents and custom applications connect the same way; the endpoint speaks the standard protocol.
Your team already works with AI assistants. Governed MCP tools let them extract, search and answer over company documents while the files stay home.
Teams paste sensitive files into chat tools today, or IT bans assistants outright and the productivity disappears. Both outcomes lose.
Four steps separate a useful assistant from an exposed file share, and all four are yours to set.
02
Administrators choose which tools are reachable and what they may return.
03
The assistant calls tools; extraction, search and rendering run locally.
04
Every call is logged with what was disclosed, per owner.
The assistant is a caller with credentials, a tool list and a log, the same as any other client you operate.
Clients
Desktop assistants, coding agents and custom applications connect the same way; the endpoint speaks the standard protocol.
Disclosure
The assistant receives what the allowed tool returns, not the file, the index or the folder behind it.
Identity
Each session and the documents it may reach are bound to the authenticated owner, so callers cannot cross collections.
Point a compliant client at the endpoint and authenticate with an API key. The tool list it sees is the one you allowed.
{
"mcpServers": {
"lm-kit-one": {
"url": "https://lmkit.internal/mcp",
"headers": { "Authorization": "Bearer <api key>" }
}
}
}
The protocol runs in both directions, and LM-Kit sits on both ends.
Expose
Runs the tools and the governance: permissions, disclosure rules, logging and the admin surface that operates them.
See LM-Kit OneConsume
Agents built with the SDK consume MCP servers too, so your own tools and third-party ones compose.
MCP in the SDKThis mode discloses what an allowed tool returns; the Trust Center states that boundary exactly.
Every guarantee on this page is a documented capability you can inspect on its own.
Protocol
The standard protocol assistants speak, exposed by LM-Kit One and consumed by SDK agents.
How MCP works hereGovernance
Typed metadata, allow and deny rules, risk levels and approval requirements per tool.
How permissions workExecution
Atomic built-in tools executed server-side, one operation per tool.
How tools workGrounding
The retrieval layer behind document search tools, with citations the assistant passes on.
How retrieval worksPrivate Document Intelligence