A Model Context Protocol (MCP) server for Lerian portfolio discovery, documentation, learning, SDK examples, live product API discovery/execution
Lerian MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) server for Lerian portfolio discovery, documentation, learning, SDK examples, live product API discovery/execution, and cross-product workflows.
This server connects MCP clients such as Claude Desktop, Cursor, Windsurf, Continue, and ChatGPT Desktop to the Lerian product portfolio. It gives AI assistants a structured way to discover Lerian products, read official documentation, generate implementation examples, inspect live API contracts, execute configured product APIs, and guide multi-product operational workflows.
Once Lerian is connected, these are the calls the assistant has available:
lerian — unified portfolio tool for docs, learning, SDK examples, discovery, and searchportfolio-workflow — cross-product workflow discovery, planning, stateful sessions, and step executionmidaz — discover and midaz-executefetcher — discover and fetcher-executereporter — discover and reporter-executematcher — discover and matcher-executetracer — discover and tracer-executeflowker — discover and flowker-executeunderwriter — discover and underwriter-executeconfirmMutation — trueThe server ships on npm as @lerianstudio/lerian-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need 8 environment variables: LERIAN_DOCS_URL, MIDAZ_ONBOARDING_URL, MIDAZ_TRANSACTION_URL, MIDAZ_CRM_URL, MIDAZ_LEDGER_URL, MIDAZ_AUTH_TOKEN, FETCHER_MANAGER_URL, FETCHER_AUTH_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Lerian's toolset — lerian, portfolio-workflow, midaz and 7 more — is a fair guide to whether it matches your workflow. It is maintained by LerianStudio; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| lerian | unified portfolio tool for docs, learning, SDK examples, discovery, and search. |
| portfolio-workflow | cross-product workflow discovery, planning, stateful sessions, and step execution. |
| midaz | discover and midaz-execute |
| fetcher | discover and fetcher-execute |
| reporter | discover and reporter-execute |
| matcher | discover and matcher-execute |
| tracer | discover and tracer-execute |
| flowker | discover and flowker-execute |
| underwriter | discover and underwriter-execute |
| confirmMutation | true |
{
"mcpServers": {
"lerian": {
"command": "npx",
"args": ["-y", "@lerianstudio/lerian-mcp-server@latest"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LERIAN_DOCS_URL | Endpoint or connection string the server talks to. | Yes |
| MIDAZ_ONBOARDING_URL | Endpoint or connection string the server talks to. | Yes |
| MIDAZ_TRANSACTION_URL | Endpoint or connection string the server talks to. | Yes |
| MIDAZ_CRM_URL | Endpoint or connection string the server talks to. | Yes |
| MIDAZ_LEDGER_URL | Endpoint or connection string the server talks to. | Yes |
| MIDAZ_AUTH_TOKEN | Credential the server authenticates with. | Yes |
| FETCHER_MANAGER_URL | Endpoint or connection string the server talks to. | Yes |
| FETCHER_AUTH_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.