Skip to main content
Glama
trgiangv

RVTDocs MCP

by trgiangv

RVTDocs MCP

Python MCP server for deterministic RVTDocs querying with low-retry behavior.

Overview

  • Python 3.14 project managed with uv

  • MCP server entrypoint: rvtdocs-mcp

  • Runtime source lives under src/

  • Internal docs live under src/docs/

Related MCP server: Revit API MCP

Tools

  • rvtdocs_fetch(query, year=2026, max_chars=12000, mode="trust")

  • rvtdocs_scan(query, year=2026, max_chars=12000)

  • rvtdocs_debug(query, year=2026, max_chars=12000)

Run local

uv run --python 3.14 rvtdocs-mcp

Module form while editing source:

uv run --python 3.14 python -m src.server

Run via GitHub

uvx --from "git+https://github.com/trgiangv/rvtdocs-mcp.git" --python 3.14 rvtdocs-mcp

MCP config

From local checkout:

{
	"mcpServers": {
		"rvtdocs": {
			"type": "stdio",
			"command": "uv",
			"args": ["run", "--python", "3.14", "rvtdocs-mcp"]
		}
	}
}

From GitHub:

{
	"mcpServers": {
		"rvtdocs": {
			"type": "stdio",
			"command": "uvx",
			"args": [
				"--from",
				"git+https://github.com/trgiangv/rvtdocs-mcp.git",
				"--python",
				"3.14",
				"rvtdocs-mcp"
			]
		}
	}
}

More docs

  • Setup and MCP wiring: src/docs/setup.md

  • Internal architecture: src/docs/architecture.md

  • Tool reference: src/docs/tools/

  • Agent-oriented commands and repo notes: AGENTS.md

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/trgiangv/rvtdocs-mcp'

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