Lanchu
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lanchushow me the current agent activity and scope violations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What problem does it solve?
More and more people use several AI agents (like Claude or Cursor) to build apps or automate their company. But when you put several agents to work at once, two pains show up:
They don't coordinate — and they get in each other's way:
They step on each other's work — two agents do the same thing.
They work blind — one doesn't know what the other did.
You can't control them — or trust them:
They stray out of their lane — an agent touches something it shouldn't.
The documentation goes stale — nobody keeps the knowledge up to date.
You can't see anything — you don't know who did what, or what they spent.
Most tools only tackle coordination, and they're built for programmers. Lanchu adds what's missing: control and trust for whoever supervises.
Lanchu does not orchestrate your agents (it doesn't decide their plan). It gives them a shared workspace so they coordinate without colliding, sets scope limits on them, keeps the documentation up to date, and gives you a panel + history to see and trust what they do — even if you're not technical.
Related MCP server: MCP Orchestration Server
How it works (the idea)
You launch your agents as always (with the tool you already use).
Each agent registers in your organization and takes on a role.
From there, it only works on what it's responsible for: it claims tasks, reads the shared documentation, and Lanchu rejects and records any action outside its lane. The agents coordinate through Lanchu, not by talking to each other — that's why you can see and bound everything.
You watch the real-time panel: who's active, what they're working on, what documentation they create, and a history of everything they did.
Lanchu sets cooperative, auditable limits: it blocks what passes through it and leaves everything in plain sight. It's not a system cage — the trust comes from seeing it all.
How it fits
Agents coordinate through Lanchu (a shared blackboard), never directly with each other — so every action is visible and can be bounded.
flowchart TB
A1["Agent A"] -->|MCP| L
A2["Agent B"] -->|MCP| L
subgraph L["Lanchu — local server"]
S["Shared state · roles · audit log"]
end
L --> P["Supervisor panel<br/>(real-time + history)"]
L -. resource updates .-> A1
L -. resource updates .-> A2Quick start
npx lanchu "fix the login"Note: Early release (
0.1.0). Requires Node >= 22.5. SeeDEFINITION.mdfor the full picture andCLI.mdfor the command surface.
What the first version includes
Organizations and projects — group your agents and their work.
Registration and roles — each agent knows who it is and what it can touch.
Coordination with scope control — nobody duplicates or steps on each other; actions outside the role are rejected and recorded.
Real-time panel — you see what each agent does and what it's on.
History (audit log) — everything they did is recorded, so you can trust it.
Shared, traceable documentation — the knowledge is always up to date.
What comes next (recurring functions, skills, cloud organizations…) is in the roadmap.
Who it's for
For anyone who supervises several agents working toward a common objective: to build an app, automate processes, or coordinate a company's work. Lanchu sits on top of or alongside the tools you already use to launch agents.
In this first version there are two roles: an operator (semi-technical) who does the initial setup —running a command, connecting your agents—, and a supervisor who watches and trusts from the panel, without needing to be a programmer.
Contributing
Lanchu is open source and contributions are welcome in a controlled way. Start with the project definition, then the contributing guide. Have an idea? Open a feature request or start a thread in Discussions › Ideas.
License
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lanchuske/lanchu'
If you have feedback or need assistance with the MCP directory API, please join our Discord server