Integrations

Cursor

Using Stellarion with Cursor IDE

Stellarion can be used with Cursor IDE through its MCP support.

Setup

1. Install Stellarion

npm install -g stellarion

2. Configure Cursor

Add Stellarion to your Cursor MCP configuration.

Open Cursor settings and add to your MCP servers:

{
  "mcpServers": {
    "stellarion": {
      "command": "stellarion",
      "args": []
    }
  }
}

3. Restart Cursor

Restart Cursor to load the new MCP server configuration.

Using Stellarion in Cursor

Once configured, you can ask Cursor's AI assistant to use Stellarion tools:

Code Quality

Analyze the code quality of this file

Find Code

Find error handling patterns in this project

Check Dependencies

What files depend on this module?

Get Metrics

What's the complexity of this function?

Tips

  • Stellarion tools work best when you're in a project directory
  • Index large projects for better semantic search
  • Use specific queries for more accurate results

Troubleshooting

Tools Not Available

If Stellarion tools aren't appearing:

  1. Check that Stellarion is installed globally: npm list -g stellarion
  2. Verify the MCP configuration in Cursor settings
  3. Restart Cursor

Connection Issues

If you see connection errors:

  1. Check that no other instance is running
  2. Verify Stellarion starts correctly: stellarion status
  3. Check Cursor's MCP logs for errors