Spanly
Open-source SDKs and CLI for Spanly, observability for MCP (Model Context Protocol) servers and AI agents.
This repository contains three independently versioned and published artifacts:
| Path | Package | Install |
|---|---|---|
js/ |
@spanly/sdk (npm) |
npm install @spanly/sdk |
python/ |
spanly (PyPI) |
pip install spanly |
cli/ |
@spanly/spanly / Homebrew |
npx -y @spanly/spanly run -- <mcp-command> |
Quick start
TypeScript / JavaScript SDK
npm install @spanly/sdk
Python SDK
pip install spanly
CLI
# via npm (recommended for MCP client configs)
npx -y @spanly/spanly run -- <your-mcp-command>
# or via Homebrew
brew install spanlyhq/tap/spanly
See each subdirectory's README for usage details, or the full documentation at spanly.com/docs.
Contributing
Issues and pull requests are welcome. Please read CONTRIBUTING.md first. This repository is a mirror of an internal monorepo; the contribution flow is slightly different from a typical repo, and CONTRIBUTING explains it.
Security
Please report vulnerabilities privately via the Security tab; see SECURITY.md.
No comments yet
Be the first to share your take.