MCP Server
MCP
io.github.figuard/figuard-mcp
Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "figuard-mcp",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "FiGuard API key — set this (with FIGUARD_BASE_URL) to use a self-hosted FiGuard server. Leave unset to run embedded: in-process enforcement against a local SQLite file, no account or server needed.",
"format": "string",
"isSecret": true,
"name": "FIGUARD_API_KEY"
},
{
"description": "Self-hosted FiGuard server URL. Leave unset to run embedded against a local SQLite file.",
"format": "string",
"name": "FIGUARD_BASE_URL"
},
{
"description": "Path to the embedded SQLite file (default ~/.figuard/figuard.db). Embedded is the default backend — no server required.",
"format": "string",
"name": "FIGUARD_DATABASE"
},
{
"description": "Backend mode: embedded | server | sandbox. Defaults to embedded when nothing else is configured.",
"format": "string",
"name": "FIGUARD_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment