ory/lumen
v0.0.42Apache-2.0
Precise local semantic code search for coding agents, powered by local embedding models.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
lumenstdio
{
"type": "stdio",
"command": "./scripts/run",
"args": [
"stdio"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "lumen",
"version": "0.0.42",
"description": "Precise local semantic code search for coding agents, powered by local embedding models.",
"author": {
"name": "Ory Corp",
"url": "https://github.com/ory"
},
"homepage": "https://github.com/ory/lumen",
"repository": "https://github.com/ory/lumen",
"license": "Apache-2.0",
"keywords": [
"semantic-search",
"code-index",
"mcp",
"embeddings",
"ollama",
"rag"
]
}