Quick Install
See the CLI command reference for more options.
Advanced: Manual Configuration
Advanced: Manual Configuration
The below is a minimal example. Consider using the quick install command to handle this automatically.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up the Zenable integration in Amp to run AI coding guardrails and conformance checks directly inside Sourcegraph’s Amp agent.
zenable install amp
Advanced: Manual Configuration
# Add the MCP server
amp mcp add zenable https://mcp.zenable.app/
# Approve the server (required for workspace-scoped servers)
amp mcp approve zenable
# Authenticate with Zenable
amp mcp oauth login zenable \
--server-url https://mcp.zenable.app/ \
--client-id BwZkedovVV2bIPmxmK3crzdHmTdRqjv4 \
--auth-url https://zenable.us.auth0.com/authorize \
--token-url https://zenable.us.auth0.com/oauth/token \
--scopes "openid,profile,email"
{
"amp.mcpServers": {
"zenable": {
"url": "https://mcp.zenable.app/"
}
},
"amp.mcpPermissions": [
{ "matches": { "url": "https://mcp.zenable.app/*" }, "action": "allow" }
],
"amp.permissions": [
{ "tool": "mcp__zenable_*", "action": "allow" }
]
}
~/.config/amp/settings.json
.amp/settings.json
zenable install. Otherwise, zenable install is much safer and can handle configuration upgrades over time, handles merges with existing configs, performs backups and logging in case of issues, and more.Was this page helpful?