@stelnyx/luxscope-mcp
v0.2.0
Published
Luxscope MCP server — exposes code intelligence to AI agents.
Maintainers
Readme
@stelnyx/luxscope-mcp
Model Context Protocol server for LuxScope. Exposes 7 deterministic codebase-intelligence tools to MCP-aware AI agents (Claude Code, Cursor, Cline, Zed, Copilot Chat).
Install + wire to your agent
npm install -g @stelnyx/luxscope-mcpClaude Code
{
"mcpServers": {
"luxscope": {
"command": "luxscope-mcp"
}
}
}Cursor / Cline / Zed
Point the MCP config at the luxscope-mcp binary on your PATH.
Tools
analyze, brief, risks, next, onboard, open, handoff — same verbs as the CLI, returned as structured MCP responses.
Links
- Repo: https://github.com/Stelnyx/LuxScope
- Issues: https://github.com/Stelnyx/LuxScope/issues
- License: Apache-2.0
