MCP server that exposes local documentation to agents
Project description
realtimex-docs-server
A FastMCP-based MCP server that makes local documentation available to RealTimeX agents.
Features
- Serve documentation from bundled workflow files by default, or from a custom directory via CLI/env override
- List every documentation file with a single call
- Read documents as UTF-8 text with optional
offset/limitline slicing - Transport over stdio for MCP clients
Configuration
By default, the server loads the workflow docs bundled with the package. To override, set the documentation root via the --docs-path CLI option or the REALTIMEX_DOCS_ROOT environment variable (CLI flag takes precedence).
Usage
uvx realtimex-docs-server --docs-path /path/to/docs
Once connected, agents can call the list_documents and read_document tools to explore the configured directory. list_documents returns the full file inventory, while read_document accepts offset and limit parameters to fetch a window of lines and returns plain UTF-8 content without added numbering.
Development
# Install dependencies
uv sync
# Run style or test tooling as needed
uv run ruff check
uv run pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file realtimex_docs_server-0.1.4.dev7.tar.gz.
File metadata
- Download URL: realtimex_docs_server-0.1.4.dev7.tar.gz
- Upload date:
- Size: 107.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b28edd3ff68ae9fdc624843c3667712bd736ec3056856ee236a43289fdf19cf2
|
|
| MD5 |
da45165d61a3f30737a6f211f4161c36
|
|
| BLAKE2b-256 |
4d57b0451558f75857bf0fea10f6f72b987e496901a516ec10dddd12ab5abb92
|
File details
Details for the file realtimex_docs_server-0.1.4.dev7-py3-none-any.whl.
File metadata
- Download URL: realtimex_docs_server-0.1.4.dev7-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1bf13c26c725e713cad0a3992ad800dbe5a13f04aabdb86f08b446abbbbf3a2
|
|
| MD5 |
869a68f9464793f1846a4355740eeeba
|
|
| BLAKE2b-256 |
1cf49ccade229f9dcb40e2ed25577e8030bbf820f69ebb5838f5ca1f368d08b4
|