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.

devops
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.

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

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 footguns
gotcharunlayer CLI expects the server script to follow the MCP protocol. Ensure your script exports a valid MCP server instance.
gotchaPort 8000 may be blocked on some systems; runlayer does not auto-retry on failure.
deprecatedThe --transport flag with value 'stdio' is deprecated in favor of the default HTTP transport.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
gptbot
3
ahrefsbot
1
Resources

No resource links recorded.