https://github.com/secretiveshell/mcpx
mcpx is an extension for the mcp python sdk that includes extra functionality.
https://github.com/secretiveshell/mcpx
Last synced: 26 days ago
JSON representation
mcpx is an extension for the mcp python sdk that includes extra functionality.
- Host: GitHub
- URL: https://github.com/secretiveshell/mcpx
- Owner: SecretiveShell
- License: mit
- Created: 2025-01-18T17:09:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-19T19:46:40.000Z (over 1 year ago)
- Last Synced: 2025-10-26T07:46:34.572Z (6 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mcpx
mcpx is an extension for the [mcp python sdk](https://github.com/modelcontextprotocol/python-sdk) that includes extra functionality.
This package is aimed at client developers.
## Features
- Docker client transport
- SSE server transport
## Installation
Install mcpx as a python package via pypi:
```bash
uv add mcpx
```
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
mcpx is licensed under the MIT License.