StackMCP
Intermediate

Data Science Stack

Query databases, analyze data, search research papers, and manage experiments from your AI coding environment.

5 servers15.4K tokens8% of context

Token Budget

15.4K used (7.7%)184.6K remaining
Filesystem MCP5.7K (2.8%)
PostgreSQL MCP4.1K (2.1%)
SQLite MCP3.1K (1.5%)
Exa Search MCP1.5K (0.8%)
Sequential Thinking MCP515 (0.3%)

This stack is lightweight. Plenty of room for your prompts and code context.

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    },
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ],
      "env": {
        "POSTGRES_CONNECTION_STRING": "YOUR_POSTGRES_CONNECTION_STRING"
      }
    },
    "sqlite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sqlite-mcp"
      ]
    },
    "exa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp-server"
      ],
      "env": {
        "EXA_API_KEY": "YOUR_EXA_API_KEY"
      }
    },
    "sequential-thinking-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

Included Servers

PostgreSQL MCP

Anthropic

88
database

Query and interact with PostgreSQL databases, inspect schemas, and run SQL directly from your AI editor.

83.0k72.6k/wk4.1K tokens(2%)Official1w ago

Query production databases directly from your AI assistant. Essential for exploratory data analysis without writing one-off scripts.

SQLite MCP

Community

54
database

Query and manage SQLite databases. Create tables, run queries, and inspect data directly from your AI editor.

1514/wk3.1K tokens(2%)today

Spin up lightweight local databases for experiments and intermediate results. Perfect for prototyping data pipelines before scaling to Postgres.

Exa Search MCP

Exa

85
search

AI-powered web search and crawling with Exa. Get semantically relevant results, extract content, and find similar pages.

4.2k15.4k/wk1.5K tokens(0.8%)Officialtoday

Find research papers, datasets, and methodology references with semantic search. Speeds up the literature review phase significantly.

Sequential Thinking MCP

Anthropic

90
ai-tools

Enable structured, step-by-step reasoning for complex problem solving. Helps AI break down problems into logical sequences.

83.0k56.6k/wk515 tokens(0.3%)Official1w ago

Statistical analysis and pipeline design require step-by-step reasoning. Prevents your AI from skipping critical assumptions in complex analyses.

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For PostgreSQL MCP

PostgreSQL Best Practicesbest-practices

PostgreSQL optimization guide covering query performance, connection management, indexing strategies, and schema design.

npx skillsadd supabase/agent-skills/supabase-postgres-best-practices
PostgreSQL Table Designbest-practices

PostgreSQL table design patterns including normalization, indexing, partitioning, and data type selection.

npx skillsadd wshobson/agents/postgresql-table-design