@snoai/cli
v0.0.1
Published
The official Sno.ai CLI - Your AI development toolkit
Readme
@snoai/cli
The official Sno.ai CLI - Your AI development toolkit.
Installation
# Run directly with npx
npx @snoai/cli
# Or install globally
npm install -g @snoai/cliAfter global installation, you can use either sno or snoai command.
Usage
# Show help
sno --help
# Initialize a new project
sno init
# Add an MCP server
sno add filesystem
# List configured servers
sno list
# Start MCP servers
sno startCommands
| Command | Description |
|---------|-------------|
| sno init | Initialize a new Sno.ai project configuration |
| sno add <server> | Add an MCP server to your configuration |
| sno list | List configured MCP servers |
| sno start | Start MCP servers defined in your configuration |
| sno help [cmd] | Show help for a command |
Roadmap
This CLI is under active development. Planned features:
- [ ] Interactive project initialization
- [ ] MCP server management (add, remove, update)
- [ ] Server health monitoring
- [ ] Configuration validation
- [ ] Popular server templates
What is MCP?
Model Context Protocol (MCP) is an open protocol that enables AI assistants like Claude to connect with external data sources and tools.
Related Packages
- @snoai/mcp - MCP server setup utilities
Links
License
MIT
