lumen
01Plugin Claude Code
Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.
Plugin Claude Code
Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.
Agent Claude Code
Analyzes Lumen benchmark JSONL results to identify chunker/search quality issues and produce actionable improvement recommendations.
Agent Claude Code
Curates bench-swe benchmark tasks from a GitHub issue or PR URL. Requires a URL and language. Extracts commits, generates gold patch, writes task JSON, and verifies inline.
Settings file Claude Code
Save 30% token costs when using Claude Code, Codex, OpenCode for free - with open source, local semantic search. Works for small and large codebases and monorepos! Enterprise-ready and fully compliant via Ollama and SQLite-vec.
Skill Claude CodeCodex
Add a new SWE benchmark task from a real GitHub bug-fix. Use when the user provides a GitHub issue or PR URL and wants to add it to the bench-swe pipeline.
Instructions file CodexOpenCode
AGENTS.md instructions for ory/lumen, covering agents.md, repository expectations and commands.
Instructions file
Claude Code instructions for ory/lumen, covering claude.md — lumen, go standards, code quality rules, testing and linting & errors.
Hook
Runs when a session starts on startup, resume, clear and compact, running an inline shell check. From ory/lumen.
Hook
Runs before the agent uses a tool for Grep and Bash tool calls, running an inline shell check. From ory/lumen.
MCP server Claude CodeCodexCursor +2
MCP server "lumen" as configured in ory/lumen. Launched with ./scripts/run stdio.
Skill Claude CodeCodex
Run a health check on the bundled Lumen semantic search setup for the current project, verify backend reachability and index freshness, and summarize remediation steps.
Skill Claude CodeCodex
Refresh or rebuild the bundled Lumen index for the current project, preferring MCP-driven refreshes and using the CLI only for an explicit clean rebuild.
Skill Claude CodeCodex
Generate Terraform configuration for an existing Ory Network project. Inventories the project via the Ory Console and Admin APIs, builds terraform import blocks with the correct per-resource import IDs, generates configuration with terraform plan -generate-config-out, and refines it until terraform plan converges to…
Plugin Claude Code
Plugin marketplace listing 2 plugins: lumen, ory-agent-plugin.
Instructions file
Instructions for ory/claude-plugins, covering available plugins, how it works, versioning and adding a new plugin.
Plugin Claude Code
Ory plugin for Claude Code: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call.
MCP server Claude CodeCodexCursor +2
MCP server "ory-claude-mcp" as configured in ory/claude-plugins. Runs ${CLAUDE_PLUGIN_ROOT}/hooks/ory-mcp-server.js with node.
Command
Stop the local Ory development environment. This gracefully shuts down all Docker containers (Kratos, Keto, Hydra, Nginx gateway) while preserving data volumes so you can restart later without losing state.
Command
Start the local Ory development environment using Docker Compose. This spins up Kratos (identity), Keto (permissions), Hydra (OAuth2), and an Nginx gateway on port 4000.
Command
Start a local Temporal development server alongside the local Ory stack so the worker scaffolded by ory-temporal-worker can connect. This runs Temporal's bundled dev server (Temporal Server + Postgres + Web UI in one process) — not a production cluster.
Hook
Runs when a session starts, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs when a session ends, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs when you submit a prompt, before the agent sees it, executing ory-hook.js via node. From ory/claude-plugins.
Hook
Runs before the agent uses a tool, executing ory-hook.js via node. From ory/claude-plugins.