RVTDocs MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RVTDocs MCPfetch documentation on setup"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RVTDocs MCP
Python MCP server for deterministic RVTDocs querying with low-retry behavior.
Overview
Python 3.14 project managed with
uvMCP server entrypoint:
rvtdocs-mcpRuntime 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-mcpModule form while editing source:
uv run --python 3.14 python -m src.serverRun via GitHub
uvx --from "git+https://github.com/trgiangv/rvtdocs-mcp.git" --python 3.14 rvtdocs-mcpMCP 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.mdInternal architecture:
src/docs/architecture.mdTool reference:
src/docs/tools/Agent-oriented commands and repo notes:
AGENTS.md
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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