airlock-skills

reunionstudio/airlock-skills
★ 0 stars Python AI/LLM Updated 2d ago
Agent skills and an MCP server for Airlock
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "airlock-skills": {
      "command": "uvx",
      "args": [
        "airlock-skills"
      ]
    }
  }
}

Or install with pip: pip install airlock-skills

README Excerpt

Airlock Skills and MCP Tools helps AI agents use Airlock safely. The repo publishes one canonical Airlock skill directory plus an optional portable MCP server for agents that benefit from MCP transport. Airlock's primary API remains its Snowflake stored procedures. The core rule is simple: agents should use documented Airlock procedures and

Tools (1)

managed_by_role