← Index

com.shiftinbits/constellation

com.shiftinbits/constellation·v1.0.1·Other
Quality Score
80
/100

Code Intelligence Platform for AI Coding Agents

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "constellation": {
      "command": "npx",
      "args": [
        "-y",
        "@constellationdev/mcp"
      ],
      "env": {
        "CONSTELLATION_ACCESS_KEY": "<your-constellation_access_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "constellation": {
      "command": "npx",
      "args": [
        "-y",
        "@constellationdev/mcp"
      ],
      "env": {
        "CONSTELLATION_ACCESS_KEY": "<your-constellation_access_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @constellationdev/mcp
§02  Environment variables
CONSTELLATION_ACCESS_KEY
requiredsecret

Your Constellation access key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other