Structura MCP
MCP serverDev toolsDesign domain models and generate deterministic multi-stack code, driven by your coding agent.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Structura MCP
Install Structura MCP
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http structura-mcp 'https://mcp.structura.tools/'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://mcp.structura.tools/Add a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=structura-mcp&config=eyJ1cmwiOiJodHRwczovL21jcC5zdHJ1Y3R1cmEudG9vbHMvIn0=Open the link and Cursor adds the server at that address.
ChatGPT
https://mcp.structura.tools/In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add structura-mcp --url 'https://mcp.structura.tools/'Run it once, then sign in with codex mcp login structura-mcp if the server asks for an account.
From the project's README
As published by metadevpro/structura-mcp in README.md.
Public information page for the Structura Model Context Protocol (MCP) server — the remote MCP endpoint that lets AI coding agents (Claude Code, OpenCode, Codex, and other MCP clients) manage Structura projects and generate code directly from a conversation.
This repository does not contain the server's implementation. It exists to give the MCP server a
public, citable home — a discoverable repository reference for registries such as the
official MCP Registry and the
GitHub MCP Registry — while the implementation itself stays in
Structura's private monorepo.
- Live endpoint:
https://mcp.structura.tools/ - Product: structura.tools — a visual domain-model designer and multi-stack code generator by Metadev.
- Protocol version: 2026-07-28
- Transport: streamable HTTP, OAuth 2.1 (Authorization Code + PKCE, with Dynamic Client Registration) — no manual token to create or paste.
What it does
- List, load, create, or delete your Structura projects.
- Summarize a project brief and turn it into a new project in Structura.
- Generate code for multiple targets (Angular, .NET, and more) from a project's domain model.
- Validate a project's domain model.
- Combine with other MCP servers — e.g. pull UI designs from Figma, then model the backend for them in Structura and generate the code.
Tools
The authoritative list is always what the live server reports over tools/list; the table below
is a convenience summary and may lag a version behind.
| Tool | What it does |
|---|---|
list_projects | List the caller's Structura projects. |
create_project | Create a new project, optionally seeded with Structura DSL content. |
load_project | Load a project the caller owns, by id. |
update_project | Update a project's name, description, or DSL content. |
delete_project | Permanently delete a project the caller owns. |
share_project | Find or create a viewable share link for a project. |
query_model | Query a model's nodes, optionally filtered by node type. |
summarize_model | Summarize a model (node counts by type, connection count). |
get_project_statistics | Compute model statistics (class/association counts, connectivity averages, etc.). |
list_generators | List available code generators and their configurable options. |
generate | Submit an async code-generation job for a project against a chosen generator. |
get_generation_status | Poll a generation job's status until it completes. |
get_generation_artifacts | Get a short-lived download URL for a completed job's output ZIP. |
Install
Any MCP-capable agent can connect. A few examples:
Claude Code
claude mcp add --transport http structura https://mcp.structura.tools/
Then run /mcp inside a Claude Code session, select structura, and choose Authenticate.
OpenCode
opencode mcp add
Pick remote, name it structura, and paste https://mcp.structura.tools/. Then:
opencode mcp auth structura
Codex
codex mcp add structura --url https://mcp.structura.tools/
codex mcp login structura
Each of these opens a browser window with the normal Structura login (Google/GitHub) — approve it there, and the agent reuses that session from then on.
Support
- Product and account questions: structura.tools
- Issues with the MCP server itself: open an issue on this repository.
License
See LICENSE. This repository's own content (this README, the license file) is provided for informational and discovery purposes; it does not grant any rights to the Structura service, product, or its non-public source code.
© Metadev, 2026.
Advanced
- Delivery
- structura MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
tools-structura-structura- Source
- github.com/metadevpro/structura-mcp
- Hosted endpoint
https://mcp.structura.tools/