← All stacks

The Data Stack

An agent that can speak to your data. One Postgres server, one document store, one vector DB. Enough surface to prototype most data workflows without dragging in five admin tools.

Use case: Wire an agent to the storage layer of a typical app. Run analytics queries, look up records, or seed a vector store from documents.

Install the whole stack

Pick the client you use. Each tab installs all 3 servers.

claude mcp add --transport http neondatabase-mcp-server-neon https://mcp.neon.tech/sse
claude mcp add io-github-mongodb-js-mongodb-mcp-server -- npx -y mongodb-mcp-server
claude mcp add chroma-core-chroma-mcp -- uvx chroma-mcp

Servers in this stack

  • Neon

    by neondatabase · ★ 594

    Postgres on Neon, including branching and migrations. The serverless-Postgres half of most modern stacks.

    claude mcp add --transport http neondatabase-mcp-server-neon https://mcp.neon.tech/sse
  • Mongodb

    by mongodb-js · ★ 1,014

    Run queries and aggregations against MongoDB Atlas or self-hosted. The document store half.

    claude mcp add io-github-mongodb-js-mongodb-mcp-server -- npx -y mongodb-mcp-server
  • Chroma

    by chroma-core · ★ 542

    Open-source vector database for retrieval. Use it when the agent needs to remember things across sessions.

    claude mcp add chroma-core-chroma-mcp -- uvx chroma-mcp