@kybershield/claude-mcp
v1.0.0
Published
KyberShield MCP server — exposes KyberShield AI security gateway as Model Context Protocol tools for Claude and other MCP clients
Maintainers
Readme
@kybershield/claude-mcp
KyberShield MCP Server — exposes the KyberShield AI Security Gateway as Model Context Protocol tools for Claude and other MCP clients.
Quick start
KYBERSHIELD_AGENT_KEY=ks_your_key npx @kybershield/claude-mcpClaude Desktop config
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"kybershield": {
"command": "npx",
"args": ["-y", "@kybershield/claude-mcp"],
"env": {
"KYBERSHIELD_AGENT_KEY": "ks_your_key_here"
}
}
}
}Available tools
| Tool | Description |
|------|-------------|
| kybershield_check_prompt | Screen prompts before they reach an AI model |
| kybershield_check_tool_call | Validate agent tool calls before execution |
| kybershield_check_response | Inspect AI responses for data leakage |
| kybershield_query | Execute SQL through the zero-trust gateway |
| kybershield_log_event | Write to the immutable quantum-signed audit log |
| kybershield_gateway_health | Check gateway health |
Environment variables
| Variable | Required | Default |
|----------|----------|---------|
| KYBERSHIELD_AGENT_KEY | Yes | — |
| KYBERSHIELD_GATEWAY_URL | No | https://app.kybershield.ai |
| PORT | No | 8787 |
MCP endpoint
When running as a server, the MCP endpoint is available at http://localhost:8787/mcp.
License
MIT — kybershield.ai
