Skip to main content
Glama

Revit MCP Server

by ZedMoster
__init__.py594 B
# -*- coding: utf-8 -*- # __init__.py # Copyright (c) 2025 zedmoster # Revit integration through the Model Context Protocol. __name__ = "revit-mcp" __author__ = "zedmoster" __version__ = "0.5.11" __license__ = "MIT" __copyright__ = "Copyright (c) 2025 zedmoster" __description__ = "Revit integration through the Model Context Protocol." __url__ = "https://www.zedmoster.cn" __credits__ = ["zedmoster"] __status__ = "Development" __maintainer__ = "zedmoster" __docformat__ = "restructuredtext" __keywords__ = "revit, mcp, model context protocol, revit-mcp, zedmoster" from .server import main

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/ZedMoster/revit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server