Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for Umtri β give your AI coding agent a persistent map of your project's structure, dependencies, and bugs.
Your agent re-derives your codebase from scratch every session. Umtri stores the structure once and hands it back through MCP: a tree of what the system is made of, the calls and dependencies between its parts, and the bugs eroding it. Ask "what breaks if I change this?" and get an answer traced through recorded connections rather than guessed from a grep.
The fastest path is the hosted endpoint at https://mcp.umtri.io β nothing to install. Generate a
token at app.umtri.io β Settings β API Tokens, then:
Any MCP client that takes a config object uses the same shape:
Use this package when you want to pin a version or point at a self-hosted API:
| Variable | Required | Default |
|---|---|---|
UMTRI_API_TOKEN | yes | β |
UMTRI_API_BASE | no | https://api.umtri.io |
The token is not validated at setup time, so a bad token connects but every call fails. If tools
appear and then error, re-check the token and its scope β read tokens cannot call any write tool.
Read β get_graph, get_bug, get_impact, list_projects, list_bugs, list_seasons,
list_events
Write β create_project, create_node, update_node, delete_node, create_edge,
delete_edge, create_api, update_api, delete_api, create_bug, update_bug, delete_bug
Plan loop β commit_plan, record_commit, reopen_transplant
get_graph returns a slice, not a dump: scope by subtree (rootId), by layer (maxType), by role,
or by season, and control description weight separately. A large tree stays cheap to read.
Seven read-only documents the agent can pull for domain rules β the plant vocabulary (trunk/limb/twig/leaf/vein), what counts as a node and what does not, how seasons work, how plan nodes are meant to be realized, and how a ground behaves while transplanting.
Apache-2.0. See LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/umtri)<a href="https://allmcps.com/mcp/umtri"><img src="https://allmcps.com/api/badge/umtri?style=directory" alt="Umtri on AllMCPs" /></a>