AI-powered ServiceNow development with 400+ MCP tools. Works with Claude, GPT, Gemini, Ollama & 75+ providers. Deploy widgets, manage incidents, automate workflows - all through natural language. Open-source Build Agent alternative.
npx skills add https://github.com/groeimetai/snow-flow --skill domain-separationCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
███████╗███████╗██████╗ █████╗ ██████╗ ██╔════╝██╔════╝██╔══██╗██╔══██╗██╔════╝ ███████╗█████╗ ██████╔╝███████║██║ ╚════██║██╔══╝ ██╔══██╗██╔══██║██║ ███████║███████╗██║ ██║██║ ██║╚██████╗ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝
AI-powered • Multi-agent • Multi-provider • 200+ MCP tools
English • 简体中文 • 繁體中文 • 한국어 • Deutsch • Español • Français • Italiano • Dansk • 日本語 • Polski • Русский • العربية • Norsk • Português (Brasil)
Serac is an AI-powered, multi-agent development framework built specifically for ServiceNow. It combines a powerful terminal UI with 200+ ServiceNow MCP tools, 54 bundled domain skills, and support for 20+ AI providers to give you an autonomous coding agent that understands your ServiceNow instance.
|
ServiceNow-Native |
Any AI Provider |
Multi-Agent |
|
Terminal-First |
MCP Ecosystem |
Open Source |
curl -fsSL https://serac.build/install | bash
# npm / bun / pnpm / yarn
npm i -g @serac-labs/serac@latest
# Homebrew (macOS & Linux — recommended, always up to date)
brew install serac-labs/tap/serac
# Windows
scoop install serac
choco install serac
# Arch Linux
paru -S serac-bin
[!TIP]
Remove versions older than 0.1.x before installing.
serac
On first launch, Serac prompts you to configure an AI provider. You can also pre-configure in serac.jsonc:
{
"$schema": "https://serac.build/config.json",
"provider": {
"anthropic": {},
"openai": {},
},
}
Serac is not coupled to any single AI provider. Use whichever model works best for you.
| Anthropic | OpenAI | AWS Bedrock | |
| Claude 4.5/4.6 Opus, Sonnet, Haiku | GPT-5, GPT-4, o-series reasoning | Gemini 2.5 Pro, Flash + Vertex AI | All models, cross-region support |
| Azure | GitHub Copilot | Mistral | Groq |
| OpenAI + Cognitive Services | GPT-5 via Copilot enterprise | Large, Medium, Small | Ultra-fast inference |
| xAI | OpenRouter | GitLab AI | + 10 more |
| Grok models | 100+ models, single API | Native GitLab integration | Cohere, Perplexity, DeepInfra, Cerebras, Together AI, Vercel, ... |
Switch between agents with Tab:
| Agent | Description |
|---|---|
| build | Default agent with full tool access for development work |
| plan | Read-only agent for analysis and exploration — denies edits, asks before bash |
| general | Subagent for complex multi-step tasks — invoke with @general |
Custom agents can be configured in serac.jsonc with per-agent model selection, permissions, and temperature controls. Learn more about agents.
19+ tools out of the box:
File Operations Shell Web Dev
─────────────── ───── ─── ───
read bash (streaming, webfetch plan (enter/exit)
write pty support) websearch task management
edit codesearch LSP (experimental)
glob skill invocation
grep
ls
apply_patch
The core of Serac — 200+ MCP tools purpose-built for ServiceNow.
|
Operations
|
Development
|
Automation
|
|
Deployment
|
Security
|
Analysis
|
Connect to your instance:
{
"mcp": {
"servicenow": {
"type": "local",
"command": ["serac", "mcp", "start"],
"environment": {
"SERVICENOW_INSTANCE_URL": "https://your-instance.service-now.com",
"SERVICENOW_CLIENT_ID": "...",
"SERVICENOW_CLIENT_SECRET": "...",
},
},
},
}
Deep domain knowledge for ServiceNow development, organized by category:
| Category | Skills |
|---|---|
| Development | GlideRecord patterns, Script Includes, Business Rules, Client Scripts, UI Builder |
| Integration | REST integration, Integration Hub, Transform Maps, Import/Export |
| Automation | Flow Designer, Approval Workflows, Scheduled Jobs, Change Management |
| Security | ACL patterns, Domain Separation, Instance Security, GRC Compliance |
| ITSM | Incident, Problem, Change, Request, SLA Management |
| Platform | CMDB, Discovery, Performance Analytics, Virtual Agent, Agent Workspace |
| Quality | ATF Testing, Code Review, Widget Coherence, ES5 Compliance |
| Analysis | Blast Radius (configuration dependency & impact analysis) |
|
MCP Servers Connect any MCP-compatible server via stdio, SSE, or streamable HTTP with OAuth support:
|
Plugins Extend with npm packages or local plugins that add tools, auth providers, event hooks, and config hooks:
|
Run Serac as a headless API server for CI/CD pipelines, remote control, or web UI access:
serac serve # Start API server on port 4096
serac serve --port 8080 # Custom port
serac web # Start server + open web interface
serac attach http://host:4096 # Attach TUI to remote server
Fine-grained control over what agents can do, with glob pattern matching and env file protection by default:
{
"permission": {
"bash": "ask",
"write": "allow",
"read": "allow",
"external_directory": "deny",
},
}
The install script respects the following priority order:
$SERAC_INSTALL_DIR — Custom installation directory$XDG_BIN_DIR — XDG Base Directory Specification compliant path$HOME/bin — Standard user binary directory$HOME/.serac/bin — Default fallbackFor full configuration reference, provider setup guides, and advanced usage:
We welcome bug fixes, new provider support, LSP/formatter additions, and documentation improvements. Read our contributing guide before submitting a pull request.
Serac is an autonomous ServiceNow development agent. It connects AI models to your ServiceNow instance through MCP tools, giving you an intelligent assistant that can develop widgets, query tables, deploy artifacts, manage update sets, and automate tasks — all from your terminal.
Serac is purpose-built for ServiceNow:
Yes. Serac supports 20+ providers out of the box. Configure your preferred provider in serac.jsonc or through the interactive setup on first launch. You can even switch providers mid-session.
Yes. Serac connects to any ServiceNow instance via OAuth2 or basic authentication. Configure your instance URL and credentials in the MCP server configuration, and Serac will have access to all 200+ ServiceNow tools.
Serac is an independent, open-source project and is not affiliated with, endorsed by, or sponsored by ServiceNow, Inc. ServiceNow is a registered trademark of ServiceNow, Inc.
This tool requires a valid ServiceNow subscription and uses your own credentials to interact with your ServiceNow instance. Some features (including Flow Designer automation) use undocumented ServiceNow APIs that may change without notice.
Licensed under Elastic License 2.0.
If you are building a project that uses "serac" in its name, please note in your README that it is not built by or affiliated with the Serac team.