Odel
constellation mcp

constellation mcp

Local
@shiftinbits3TypeScriptAGPL-3.0Updated 1w ago

Code Intelligence Platform for AI Coding Agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@constellationdev/mcpv1.2.8

Run

npx -y @constellationdev/mcp

MCP client config

{
  "mcpServers": {
    "constellation-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@constellationdev/mcp"
      ]
    }
  }
}