Agent Safe Pipeline
Rank #1,272com.decionis/mcp
Authorize consequential AI agent actions before execution
Agent Safe Pipeline is a Model Context Protocol (MCP) server published by decionis. It ranks #1,272 of 132,113 servers tracked on MCP Toplist, and its repository has 533 GitHub stars. Agent Safe Pipeline is listed on Official MCP, with 4 tracked versions. It was first listed on Aug 15, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 130,841 of 132,113 servers on MCP Toplist.
Use Agent Safe Pipeline
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http decionis https://protocol.decionis.com/mcpclaude mcp add decionis -e "DECIONIS_POLICY_PATH=<your DECIONIS_POLICY_PATH>" -e "DECIONIS_PRESENCE_API_KEY=<your DECIONIS_PRESENCE_API_KEY>" -e "DECIONIS_PRESENCE_API_URL=<your DECIONIS_PRESENCE_API_URL>" -- npx -y @decionis/mcpReplace each placeholder with your own value before saving.
[mcp_servers.decionis]
url = "https://protocol.decionis.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.decionis]
command = "npx"
args = ["-y", "@decionis/mcp"]
[mcp_servers.decionis.env]
DECIONIS_POLICY_PATH = "<your DECIONIS_POLICY_PATH>"
DECIONIS_PRESENCE_API_KEY = "<your DECIONIS_PRESENCE_API_KEY>"
DECIONIS_PRESENCE_API_URL = "<your DECIONIS_PRESENCE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://protocol.decionis.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"decionis": {
"command": "npx",
"args": [
"-y",
"@decionis/mcp"
],
"env": {
"DECIONIS_POLICY_PATH": "<your DECIONIS_POLICY_PATH>",
"DECIONIS_PRESENCE_API_KEY": "<your DECIONIS_PRESENCE_API_KEY>",
"DECIONIS_PRESENCE_API_URL": "<your DECIONIS_PRESENCE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"decionis": {
"url": "https://protocol.decionis.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"decionis": {
"command": "npx",
"args": [
"-y",
"@decionis/mcp"
],
"env": {
"DECIONIS_POLICY_PATH": "<your DECIONIS_POLICY_PATH>",
"DECIONIS_PRESENCE_API_KEY": "<your DECIONIS_PRESENCE_API_KEY>",
"DECIONIS_PRESENCE_API_URL": "<your DECIONIS_PRESENCE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"decionis": {
"type": "http",
"url": "https://protocol.decionis.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"decionis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@decionis/mcp"
],
"env": {
"DECIONIS_POLICY_PATH": "<your DECIONIS_POLICY_PATH>",
"DECIONIS_PRESENCE_API_KEY": "<your DECIONIS_PRESENCE_API_KEY>",
"DECIONIS_PRESENCE_API_URL": "<your DECIONIS_PRESENCE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"decionis": {
"serverUrl": "https://protocol.decionis.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"decionis": {
"command": "npx",
"args": [
"-y",
"@decionis/mcp"
],
"env": {
"DECIONIS_POLICY_PATH": "<your DECIONIS_POLICY_PATH>",
"DECIONIS_PRESENCE_API_KEY": "<your DECIONIS_PRESENCE_API_KEY>",
"DECIONIS_PRESENCE_API_URL": "<your DECIONIS_PRESENCE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"decionis": {
"url": "https://protocol.decionis.com/mcp"
}
}
}{
"mcpServers": {
"decionis": {
"command": "npx",
"args": [
"-y",
"@decionis/mcp"
],
"env": {
"DECIONIS_POLICY_PATH": "<your DECIONIS_POLICY_PATH>",
"DECIONIS_PRESENCE_API_KEY": "<your DECIONIS_PRESENCE_API_KEY>",
"DECIONIS_PRESENCE_API_URL": "<your DECIONIS_PRESENCE_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.decionis%2Fmcp)<a href="https://mcptoplist.com/server/com.decionis%2Fmcp"><img src="https://mcptoplist.com/badge/com.decionis%2Fmcp.svg" alt="MCP Toplist: Top 1% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
decionis
Available versions (4)
| Version | Published |
|---|---|
| 0.2.0 | Sep 14, 2026 |
| 0.1.3 | Aug 26, 2026 |
| 0.1.2 | Aug 15, 2026 |
| 0.1.1 | Aug 15, 2026 |
Frequently asked questions
- Who maintains Agent Safe Pipeline?
- Agent Safe Pipeline is maintained by decionis, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Agent Safe Pipeline listed on the Official MCP Registry?
- Yes — Agent Safe Pipeline is listed on the Official MCP Registry.
- How many versions does Agent Safe Pipeline have?
- MCP Toplist tracks 4 versions of Agent Safe Pipeline, most recently published on Sep 14, 2026.
- Where can I find the source code for Agent Safe Pipeline?
- The source code for Agent Safe Pipeline is hosted at github.com/decionis/agent-safe-pipeline.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.