MCP Server
Active
MIT
io.github.KryptosAI/mcp-seatbelt MCP Server
io.github.KryptosAI/mcp-seatbelt
What is the io.github.KryptosAI/mcp-seatbelt MCP server?
MCP runtime security proxy. Blocks dangerous AI agent tool calls with a policy engine.
How to install io.github.KryptosAI/mcp-seatbelt
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-seatbelt": {
"command": "npx",
"args": [
"-y",
"@kryptosai/mcp-seatbelt"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-seatbelt": {
"command": "npx",
"args": [
"-y",
"@kryptosai/mcp-seatbelt"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-seatbelt": {
"command": "npx",
"args": [
"-y",
"@kryptosai/mcp-seatbelt"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-seatbelt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kryptosai/mcp-seatbelt"
]
}
}
}Claude Code
claude mcp add mcp-seatbelt -- npx -y @kryptosai/mcp-seatbeltRelated MCP servers
MCP security scanner. CI-native testing, attack simulation, health scoring, and SARIF.
2
View repository →TypeScript
MIT
Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.
1
View repository →JavaScript
MIT