Constellation
Rank #3,982com.shiftinbits/constellation
Code Intelligence Platform for AI Coding Agents
Constellation is a Model Context Protocol (MCP) server published by ShiftinBits. It ranks #3,982 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Constellation is listed across 3 registries — Official MCP, mcp.so and Glama, with 18 tracked versions. It was first listed on Mar 27, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 128,064 of 132,046 servers on MCP Toplist.
Use Constellation
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add constellation -e "CONSTELLATION_ACCESS_KEY=<your CONSTELLATION_ACCESS_KEY>" -- npx -y @constellationdev/mcpReplace each placeholder with your own value before saving.
[mcp_servers.constellation]
command = "npx"
args = ["-y", "@constellationdev/mcp"]
[mcp_servers.constellation.env]
CONSTELLATION_ACCESS_KEY = "<your CONSTELLATION_ACCESS_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"constellation": {
"command": "npx",
"args": [
"-y",
"@constellationdev/mcp"
],
"env": {
"CONSTELLATION_ACCESS_KEY": "<your CONSTELLATION_ACCESS_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"constellation": {
"command": "npx",
"args": [
"-y",
"@constellationdev/mcp"
],
"env": {
"CONSTELLATION_ACCESS_KEY": "<your CONSTELLATION_ACCESS_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"constellation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@constellationdev/mcp"
],
"env": {
"CONSTELLATION_ACCESS_KEY": "<your CONSTELLATION_ACCESS_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"constellation": {
"command": "npx",
"args": [
"-y",
"@constellationdev/mcp"
],
"env": {
"CONSTELLATION_ACCESS_KEY": "<your CONSTELLATION_ACCESS_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"constellation": {
"command": "npx",
"args": [
"-y",
"@constellationdev/mcp"
],
"env": {
"CONSTELLATION_ACCESS_KEY": "<your CONSTELLATION_ACCESS_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.shiftinbits%2Fconstellation)<a href="https://mcptoplist.com/server/com.shiftinbits%2Fconstellation"><img src="https://mcptoplist.com/badge/com.shiftinbits%2Fconstellation.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ShiftinBits
Available versions (18)
| Version | Published |
|---|---|
| 1.2.10 | Sep 14, 2026 |
| 1.2.8 | Aug 27, 2026 |
| 1.2.7 | Aug 14, 2026 |
| 1.2.6 | Aug 10, 2026 |
| 1.2.5 | Jun 22, 2026 |
| 1.2.4 | Jun 7, 2026 |
| 1.2.3 | Jun 6, 2026 |
| 1.2.2 | Jun 3, 2026 |
| 1.2.1 | May 25, 2026 |
| 1.2.0 | May 21, 2026 |
| 1.0.1 | Apr 29, 2026 |
| 1.0.0 | Apr 29, 2026 |
| 0.4.0 | Apr 22, 2026 |
| 0.3.1 | Apr 20, 2026 |
| 0.3.0 | Apr 14, 2026 |
| 0.1.5 | Mar 27, 2026 |
| 0.1.3 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Constellation?
- Constellation is maintained by ShiftinBits, which publishes 1 MCP server (18 total versions) tracked on MCP Toplist.
- Is Constellation listed on the Official MCP Registry?
- Yes — Constellation is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Constellation have?
- MCP Toplist tracks 18 versions of Constellation, most recently published on Sep 14, 2026.
- Where can I find the source code for Constellation?
- The source code for Constellation is hosted at github.com/ShiftinBits/constellation-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.