the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Sam-AEC/aec-model-bridge",
"description": "Independent MCP integration for Autodesk Revit software through a local bridge.",
"title": "AEC Model Bridge",
"repository": {
"url": "https://github.com/Sam-AEC/aec-model-bridge",
"source": "github",
"subfolder": "packages/mcp-server-revit"
},
"version": "1.1.0",
"websiteUrl": "https://github.com/Sam-AEC/aec-model-bridge",
"icons": [
{
"src": "https://raw.githubusercontent.com/Sam-AEC/aec-model-bridge/main/assets/logo.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/Sam-AEC/aec-model-bridge/releases/download/v1.1.0/aec-model-bridge-1.1.0.mcpb",
"version": "1.1.0",
"fileSha256": "005c9524735ccb1c5d51432bb0969bbd1ad27c4a3765565be8c80922885854a1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Workspace root directory for server file operations.",
"isRequired": true,
"format": "string",
"name": "MCP_REVIT_WORKSPACE_DIR"
},
{
"description": "Semicolon-delimited allow-list of directories the server can access.",
"isRequired": true,
"format": "string",
"name": "MCP_REVIT_ALLOWED_DIRECTORIES"
},
{
"description": "Server mode: mock or bridge.",
"format": "string",
"default": "bridge",
"name": "MCP_REVIT_MODE"
},
{
"description": "Bridge URL, for example http://127.0.0.1:3000 (required when MCP_REVIT_MODE=bridge).",
"format": "string",
"default": "http://127.0.0.1:3000",
"name": "MCP_REVIT_BRIDGE_URL"
},
{
"description": "Path to the audit log file.",
"format": "string",
"name": "MCP_REVIT_AUDIT_LOG"
},
{
"description": "Python log level, for example INFO or DEBUG.",
"format": "string",
"name": "MCP_REVIT_LOG_LEVEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-11T08:17:37.124108Z",
"publishedAt": "2026-06-11T08:17:37.124108Z",
"updatedAt": "2026-06-11T08:17:37.124108Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.