Total Posts

0

Total Commits

0

(v1: 0, v2: 0)
Total Deployments

0

Latest commit:Unable to fetch commit info
10/13/2025
Latest deployment:
pending
10/13/2025
v2
Started 10/13/2025

Built by Remco Stoeten with a little ❤️

RS
Snippets
HomeSnippetsQuery BuilderDocumentation
Welcome to Snippets
Project Rules and Guidelines
Warp terminal - rules
Handy MCP-servers
Ai

Handy MCP-servers

Context 7

This is a handy MCP server that is a community driven collection of almost all the docs you'd need for development. Which means no more cutting edge api hallucinations

To install in warp terminal

{
  "Context7": {
    "command": "npx",
    "args": ["-y", "@upstash/context7-mcp"],
    "env": {},
    "working_directory": null,
    "start_on_launch": true
  }
}

commercetools mcp

{
  "mcpServers": {
    "commercetools-docs": {
      "type": "fetch",
      "url": "https://docs.commercetools.com",
      "description": "Access commercetools API documentation and guides",
      "allowedDomains": [
        "docs.commercetools.com"
      ]
    }
  }
}

Warp terminal - rules

Rules for Warp terminal to adhere to

Semantic Types and Drizzle ORM Architecture

Learn how to create semantic types in TypeScript and integrate them with Drizzle ORM for better type safety and developer experience in Next.js applications.

On this page

Context 7
Oct 13, 2025
1 min read
135 words