scalattice
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@scalatticecheck my credits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Scalattice CLI
Sign in, mint an account management key (slt_mgmt_…) for automation, create an inference API key (slt_…) for OpenAI-compatible SDKs, check credits, and manage a provider fleet from the terminal. Optional MCP mode for AI coding agents.
Product: scalattice.com/cli · npm: scalattice-cli · Cloud docs: developers#cli · providers#fleet-api · Installer: scalattice.cloud/install/cli
Install
# Paste-friendly
curl -fsSL https://scalattice.cloud/install/cli | sh
# Or with npm (Node 18+)
npm install -g scalattice-cliRelated MCP server: Modal MCP Server
Quick start
scalattice setup
eval "$(scalattice init)"
scalattice creditsThen use any OpenAI SDK:
from openai import OpenAI
client = OpenAI() # uses OPENAI_BASE_URL + OPENAI_API_KEY
print(client.models.list())Keys
Prefix | Role |
| Account management: credits, inference-key CRUD, fleet |
| Inference only (chat/completions via |
| Machine agent tokens (not for this CLI) |
Create/roll management keys on Account or via scalattice setup / scalattice provider keys.
Commands
Command | What it does |
| Login → mint mgmt key → create inference key → print exports |
| Session only |
| Inference API keys (via mgmt key) |
| Print |
| Wallet + model grants (via mgmt key) |
| Show config / account |
| Ensure provider audience + mgmt key |
| Fleet status and earnings |
| Pause or resume all machines |
| Patch one machine’s schedule |
| List / create / roll / revoke management keys (session) |
| MCP stdio server for Cursor / Claude Desktop |
Config: ~/.config/scalattice/config.json (mode 0600).
Env overrides: SCALATTICE_CLOUD_URL, SCALATTICE_API_URL, SCALATTICE_API_KEY, SCALATTICE_MGMT_KEY, SCALATTICE_SESSION_TOKEN.
Provider fleet
scalattice provider setup
scalattice provider machines
scalattice provider pause # or resumeSee Fleet API docs.
MCP (optional)
MCP is not a second install. After scalattice setup:
{
"mcpServers": {
"scalattice": {
"command": "scalattice",
"args": ["mcp"]
}
}
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceUnified CLI multiplexer for AI coding agents, enabling orchestration of multiple coding CLI tools through a single interface with session persistence, cost tracking, and MCP tool support.1219MIT
- FlicenseBqualityCmaintenanceConnects AI agents to Modal.com infrastructure, allowing management of deployments, apps, containers, volumes, secrets, and environments via MCP tools.30
- Alicense-qualityBmaintenanceGives AI coding agents (Claude Code, Cursor, etc.) unified, secure access to dev infrastructure (Vercel, GitHub, Supabase, Cloudflare, GCP) via a single MCP token.MIT
- Alicense-qualityAmaintenanceLocal-first harness and ticket operations for AI assistants via CLI or MCP.6MIT
Related MCP Connectors
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scalattice/scalattice-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server