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/autodesk-revit-mcp-server",
"description": "MCP server connecting AI assistants to Autodesk Revit through a local bridge.",
"title": "Autodesk Revit MCP Server",
"repository": {
"url": "https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server",
"source": "github",
"subfolder": "packages/mcp-server-revit"
},
"version": "0.1.1",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server/releases/download/v0.1.1/revit-mcp-server-0.1.1.mcpb",
"version": "0.1.1",
"fileSha256": "feb1f736e892a079715d08f17a1fdc3643013b27febc2d373899c60636d9bcb8",
"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",
"name": "MCP_REVIT_MODE"
},
{
"description": "Bridge URL, for example http://127.0.0.1:3000 (required when MCP_REVIT_MODE=bridge).",
"format": "string",
"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-04-23T18:23:32.31456Z",
"publishedAt": "2026-04-23T18:23:32.31456Z",
"updatedAt": "2026-04-23T18:23:32.31456Z",
"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 0.1.1last 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.