Constellation MCP Server

Give your AI coding assistant instant, intelligent access to your entire codebase's structure, dependencies, and relationships without transmitting any source code. Constellation provides code intelligence as a service to AI coding assistant tools. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-15 · ★ 3 · #68 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Constellation

before you install - you'll need

Set CONSTELLATION_ACCESS_KEY before connecting.

Claude Code

claude mcp add shiftinbits-constellation-mcp -- npx -y @constellationdev/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package @constellationdev/mcp - the @constellationdev scope differs from the repo owner (shiftinbits); confirm it's the project's official package

registry vendor namespace com.shiftinbits - domain-verified with the official MCP registry

03 · What Constellation can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.7 · 2026-08-14

What's new? · Richer symbol details: getSymbolDetails now returns more about each symbol - doc comments, resolved type information, the methods and properties of classes and interfaces, and inheritance relationships…

v1.2.6 · 2026-08-10

What's new? · Fixes · Valid queries are no longer rejected for mentioning restricted names: Code that merely referenced a restricted identifier inside a string, template literal, or comment could be wrongly rejected as…

v1.2.5 · 2026-06-22

What's new? · Security · Resolved a denial-of-service advisory in a transitive dependency: Updated the bundled YAML parser to a patched version, closing a known DoS vulnerability so the server is no longer exposed to it.

04 · Who maintains Constellation

constellation is maintained by shiftinbits. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
coding agent - ranked #68 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-14)
registry
com.shiftinbits/constellation (active, first published 2026-03-27 · 15 versions)
packages
npm:@constellationdev/mcp

06 · Constellation FAQ

What is Constellation?

Give your AI coding assistant instant, intelligent access to your entire codebase's structure, dependencies, and relationships without transmitting any source code. Constellation provides code intelligence as a service to AI coding assistant tools. It runs locally over stdio via the published package.

Is Constellation still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-15 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Constellation?

Run `npx -y @constellationdev/mcp`. The README documents one environment variable (CONSTELLATION_ACCESS_KEY) to set first. Set CONSTELLATION_ACCESS_KEY before connecting. You can also paste the ready-made client config above.

Does Constellation run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Constellation

More coding agent MCP servers · Live Memory · Bernstein (sipyourdrink-ltd) · Framingui · Lain · Squirrelscan

More TypeScript MCP servers · Image · Local RAG (shinpr) · Sub Agents MCP · L402 Kit · Ship Static · see all