Stellarion can be used with Cursor IDE through its MCP support.
npm install -g @stellarion/stellarion-mcp
Add Stellarion to your Cursor MCP configuration. Save as
.cursor/mcp.json in your project root (project-scope) or
~/.cursor/mcp.json (global).
{
"mcpServers": {
"stellarion": {
"command": "stellarion-mcp",
"args": [
"--workspace", "/absolute/path/to/your/project"
]
}
}
}
For hardware-design teams: pass --mode eda to filter the tool
surface for EDA workflows. Hides tools that don't apply to HDL/Tcl
(scan_security, find_implementors, find_related_tests,
cross_project_search) and surfaces three EDA-native Pro tools
(find_eda_calls, get_flow_graph, find_duplicate_constraints).
{
"mcpServers": {
"stellarion": {
"command": "stellarion-mcp",
"args": [
"--workspace", "/absolute/path/to/your/eda/project",
"--mode", "eda"
]
}
}
}
EDA mode requires a Pro license or active 180-day trial.
Restart Cursor to load the new MCP server configuration.
Once configured, you can ask Cursor's AI assistant to use Stellarion tools:
Analyze the code quality of this file
Find error handling patterns in this project
What files depend on this module?
What's the complexity of this function?
--workspace multiple timesIf Stellarion tools aren't appearing:
npm list -g @stellarion/stellarion-mcp.cursor/mcp.jsonIf you see connection errors:
stellarion-mcp --infostellarion/examples/configs/cursor/