Deposium MCP server¶
The Deposium MCP server exposes document search, graph queries and AI workflows to your AI assistants (Claude Desktop, Claude Code…) via the Model Context Protocol.
Once connected, you can ask your assistant to search your documents, explore the knowledge graph or run a workflow — without leaving your tool.
Connecting Deposium (shape)¶
Configuration follows the standard MCP format. Example for claude_desktop_config.json:
{
"mcpServers": {
"deposium": {
"command": "<MCP server start command>",
"args": ["..."],
"env": { "DEPOSIUM_API_KEY": "your-key" }
}
}
}
Documentation in progress
The exact start command, supported transports (stdio / HTTP) and the tool
list with their schemas will be generated from the MCP server repo
(deposium_MCPs) and will appear under Tool reference once aggregation
is enabled (SOURCES_TOKEN).