Registry / devops / runlayer

runlayer

JSON →
library0.24.15pypypiunverified

A command-line interface for running MCP servers via HTTP transport. Current version 0.24.15, actively developed with weekly releases.

pip install runlayer
INSTALL
IMPORT
SIG · RUNLAYER
R
runlayer
devopspythonv0.24.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

runlayer_cli
from runlayer import runlayer_cli
import runlayer
PackageNotFoundError
from runlayer.runlayer_cli import PackageNotFoundError
import runlayer
version
from runlayer.runlayer_cli import version
import runlayer

Run an MCP server over HTTP transport on port 8000.

import runlayer # Run a local MCP server with HTTP transport runlayer.run_http_server(script_path="my_server.py", port=8000)
Debug
Known issues
gotcharunlayer CLI expects the server script to follow the MCP protocol. Ensure your script exports a valid MCP server instance.
fix
Check the script exports an MCP server object (e.g., from mcp import Server).
affects: <1.0
gotchaPort 8000 may be blocked on some systems; runlayer does not auto-retry on failure.
fix
Specify a different port using the --port argument.
affects: *
deprecatedThe --transport flag with value 'stdio' is deprecated in favor of the default HTTP transport.
fix
Omit the --transport flag or set it to 'http'.
affects: >=0.20.0
Upgrade
Version history
0.24.15latest on PyPI · released Jun 5, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

runlayer — pip install runlayer · libregistry