MCPOS — Model Context Protocol Operational System
Project description
mcpos
MCPOS — Model Context Protocol Operational System
A Python operational system for Model Context Protocol (MCP) servers.
Features
- MCPSystem — orchestrate multiple MCP servers
- Transport — pluggable transport layer (stdio, HTTP, WebSocket)
- Permissions — policy-based access control with audit logging
- Heartbeat — monitor server health
- Router — route requests across servers
Install
pip install mcpos
Quick Start
from mcpos import MCPSystem, MCPServer, ServerConfig
system = MCPSystem()
server = MCPServer(ServerConfig(name="my-server", command="python -m my_mcp"))
system.add_server(server)
await system.start()
License
MIT
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
mcpos_lib-0.1.1.tar.gz
(6.1 kB
view details)
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 mcpos_lib-0.1.1.tar.gz.
File metadata
- Download URL: mcpos_lib-0.1.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2c7d6939c395ac85b795f6d3390e2b3ddd2d1e5939b61c3a37a4c4d650b6cf8
|
|
| MD5 |
30785481af84f565007ce65437830bf9
|
|
| BLAKE2b-256 |
331dc40ba9c3dff0f7483324a3a5555be5259d31be9083e9d87acd6b4d94f61b
|
File details
Details for the file mcpos_lib-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mcpos_lib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
234e2425567a8ad4f6560d5da06418e16caabcbc3c28d2de15d6a8a1f170ddce
|
|
| MD5 |
65ddbd2a54318a7d4c55a9a98b8d9945
|
|
| BLAKE2b-256 |
6691088677b14625d7794a4dd1d20f01a985026bc8506358e77d1acfadc678b0
|