Build your AI stack
Tools, MCP servers, and skills that work together — from editor to production.
AI Coding Tools
View all →ChatGPT
ChatGPT is a large language model-based chatbot developed by OpenAI, launched in November 2022. It uses the GPT-4 architecture to generate human-like text responses across conversation formats. The model supports multi-modal inputs including text, images, and voice interactions. A free tier is available with GPT-3.5, while ChatGPT Plus provides access to GPT-4 with faster response times and plugin capabilities. It serves as a versatile tool for writing, analysis, coding assistance, and creative tasks.
Gemini
Gemini is Google's family of multimodal AI models designed to compete with OpenAI's GPT series. Formerly known as Bard, it rebranded to Gemini in 2024 and directly integrates with Google services. The Ultra 1.0 model achieved state-of-the-art performance on multiple benchmarks. Gemini is available through the Google AI app, web interface, and integrates with Gmail, Docs, and other Google Workspace applications.
Claude
Claude is Anthropic's AI assistant based on the Constitutional AI and RLHF-aligned methodology. Launched in 2023, Claude emphasizes helpful, harmless, and honest interactions. It supports extremely long context windows of up to 200K tokens, making it effective for analyzing lengthy documents. Claude 3.5 Sonnet represents the mid-tier model with strong coding and reasoning capabilities. The iOS app and web interface provide easy access across devices.
DeepSeek
DeepSeek is a Chinese AI company that gained prominence in 2025 with its DeepSeek-V3 model, achieving performance comparable to leading US models at significantly lower training costs. The company released DeepSeek-R1 in January 2025, an open-source reasoning model that competes with OpenAI's o1. DeepSeek's models are available through their web interface, API, and have been integrated into various applications. Their open-source approach has democratized access to frontier-level AI capabilities.
Cursor
Cursor is an AI-first code editor built on VS Code, launched in 2023 by Anysphere. It integrates AI capabilities directly into the coding workflow with features like code completion, natural language commands, and pair programming. Cursor 0.5 introduced Agent capabilities that can autonomously modify codebases. The editor supports Python, JavaScript, TypeScript, Go, Rust, and other major languages. It offers a free tier with 1000 code completions and paid plans for extended usage.
GitHub Copilot
GitHub Copilot is Microsoft's AI coding assistant integrated directly into IDEs like VS Code, JetBrains, and Vim. Powered by OpenAI's GPT-4 and specialized code models, it provides real-time code suggestions, entire function implementations, and documentation generation. Copilot Chat enables conversational debugging and code explanation. Launched in 2021 as a technical preview, it became generally available in 2022. Business plans offer team management, policy controls, and SAML SSO integration.
Windsurf
Windsurf is an AI-powered code editor by Codeium, launched in 2024. Its signature feature is Cascade, a chat interface that maintains project context across editing sessions. Windsurf distinguishes itself with SUPERCLINE, a context engine that tracks cursor position and project state for highly relevant suggestions. The editor is built on the same foundation as Codeium's enterprise tooling, emphasizing speed and privacy. A free tier exists alongside Pro and Enterprise plans.
Midjourney
Midjourney is an independent AI image generation lab that operates primarily through a Discord bot. Launched in 2022, it produces highly artistic and stylized images from text prompts. Users interact via Discord commands, with generation happening on Midjourney's servers. Version 6 (V6) released in late 2024 offers improved coherence, text rendering in images, and photorealism capabilities. The platform has developed a distinctive aesthetic that has influenced digital art and design communities.
MCP Servers
More →Railway MCP Server
Railway documents a Model Context Protocol server at docs.railway.com/ai/mcp-server with local stdio mode via `railway mcp` in the Railway CLI and a remote hosted endpoint at `https://mcp.railway.com` authenticated through OAuth. `railway mcp install` merges configs into Cursor, Claude Code, VS Code, Codex, and other supported clients; `--remote` switches to the HTTP server. Local tools documented include `check-railway-status`, `list-projects`, `create-project-and-link`, `deploy`, `deploy-template`, `list-variables`, `set-variables`, `generate-domain`, and `get-logs`; remote tools add `whoami`, `redeploy`, `accept-deploy`, and `railway-agent` for multi-step debugging per the MCP reference. Railway notes destructive actions use confirmation guards and that the deprecated npm `@railway/mcp-server` package now delegates to `railway mcp`.
PlanetScale MCP Server
PlanetScale documents a hosted Model Context Protocol server at planetscale.com/docs/connect/mcp, reachable at `https://mcp.pscale.dev/mcp/planetscale` with OAuth authentication for organizations, databases, branches, schemas, and Insights data. An insights-only endpoint at `https://mcp.pscale.dev/mcp/planetscale-insights-only` omits read/write query tools. Tools documented include organization/database/branch listing, schema inspection, `planetscale_get_insights`, documentation search, and—when scopes allow—`planetscale_execute_read_query` and `planetscale_execute_write_query` with replica routing, ephemeral credentials, and destructive-query safeguards per the January 2026 changelog. PlanetScale notes the older local CLI MCP path is deprecated in favor of the hosted HTTP server for Cursor, Claude Code, and other MCP clients.
Turso MCP Server
Turso documents a built-in Model Context Protocol server in the Turso CLI (`tursodb`) at docs.turso.tech/cli/mcp-server, started with `tursodb /path/to/database.db --mcp` over stdio JSON-RPC. Tools include `open_database`, `current_database`, `list_tables`, `describe_table`, `execute_query` (SELECT-only), `insert_data`, `update_data`, `delete_data`, and `schema_change` (CREATE/ALTER/DROP) per the Mintlify MCP reference. Turso's launch blog at turso.tech/blog/introducing-the-turso-database-mcp-server shows Claude Desktop and Claude Code configuration via `claude mcp add` with the same `--mcp` flag—no separate npm package required for local embedded databases.
Upstash MCP Server
Upstash documents an official Model Context Protocol server at upstash.com/docs/agent-resources/mcp implemented in the `upstash/mcp-server` repository and npm package `@upstash/mcp-server`. Started with `npx -y @upstash/mcp-server@latest --email YOUR_EMAIL --api-key YOUR_API_KEY`, it exposes tools for serverless Redis, QStash, Workflow runs, and Upstash Box so agents can manage and debug account resources from Cursor, Claude Code, VS Code, Codex, and other MCP clients. Read-only API keys automatically disable mutating tools per docs; optional `--transport http`, `--disable-telemetry`, and Upstash Box API key flags are documented for advanced setups.
Convex MCP Server
Convex documents a Model Context Protocol server shipped in the Convex CLI at docs.convex.dev/ai/convex-mcp-server, started locally with `npx -y convex@latest mcp start` over stdio after linking a project via `npx convex dev`. Tools include `status` (deployment selector), `tables` (declared and inferred schemas), `data` (paginated documents), `runOneoffQuery` (sandboxed read-only JS), `functionSpec`, `run` (invoke deployed functions), `logs`, `insights` (72-hour OCC and resource-limit health), and `envList`/`envGet`/`envSet`/`envRemove`. Flags such as `--prod`, `--preview-name`, `--deployment-name`, and `--disable-tools` restrict scope; production writes require `--dangerously-enable-production-deployments` per changelog defaults.
PostHog MCP Server
PostHog documents a free hosted Model Context Protocol endpoint at `https://mcp.posthog.com/mcp` per posthog.com/docs/model-context-protocol that lets MCP clients query analytics, manage feature flags, investigate errors, run HogQL, triage support workflows, and configure CDP destinations from natural-language prompts. The PostHog Wizard installs the server into Cursor, Claude Code, Claude Desktop, Codex, VS Code, Windsurf, and Zed via `npx @posthog/wizard@latest mcp add`. Authentication routes to the correct US or EU data region; manual setups can pass a personal API key with the MCP Server preset through `mcp-remote` and an `Authorization` Bearer header. Source lives in the PostHog monorepo at `services/mcp` (the standalone PostHog/mcp repository redirects there).
Claude Code Skills
More →Frontier model export-control directive due diligence
Structures verification of government-ordered frontier model shutdown headlines into a legal, security, and vendor-risk checklist. The workflow separates Commerce Department export-control directives from Anthropic compliance statements, jailbreak claims, and voluntary executive-order context. It references CNN reporting published June 13, 2026 that the U.S. government ordered Anthropic to suspend foreign-national access to Mythos 5 and Fable 5, prompting Anthropic to disable both models for all customers; CNN cites Anthropic saying the directive cited national security, that the government became aware of a Fable 5 jailbreak method, and that Anthropic reviewed a demonstration finding minor previously known vulnerabilities other public models can also discover; Anthropic disagrees that a narrow jailbreak should recall a model "deployed to hundreds of millions of people" and warns the standard would halt frontier deployments industry-wide; CNN notes Commerce issued the restriction, Axios reported licensing requirements for export/re-export/domestic transfer, Mythos/Fable launched days earlier, and the episode follows the Trump administration supply-chain-risk designation and Anthropic's lawsuit—without treating CNN-sourced speculation as signed customer SLAs.
Regional AI assistant rollout due diligence
Structures verification of platform-assistant launch headlines into a product, legal, and compliance checklist. The workflow separates announced capabilities from regional availability gaps, third-party model dependencies, and regulator disputes cited in trade press. It references Yahoo Tech reporting around WWDC on June 8, 2026 that Apple will roll out a Siri AI beta later in 2026 based on Google's Gemini models with conversational, cross-app integration across iPhone, iPad, Mac, Watch, Vision Pro, CarPlay, and AirPods; Yahoo Tech notes Siri AI will not ship on iPhone, iPad, or Apple Watch in the European Union because of the Digital Markets Act, though macOS 27 and visionOS 27 users in the EU can access it, and EU watchOS 27 users will lack Siri AI because it requires a paired iPhone with Siri AI; Craig Federighi is quoted saying regulators' "refusal to engage constructively" leaves no timeline for iOS/iPadOS EU availability; Apple also says regulatory issues in China must be resolved first; supported devices include iPhone 17/16 series and iPhone 15 Pro models, iPad with M4+, and Macs with M3+ per the piece—without assuming global feature parity in roadmaps or contracts.
Mythos-class frontier model access due diligence
Structures verification of Mythos-class model launch headlines into a security and procurement checklist. The workflow separates publicly available Claude Fable 5 safeguards from restricted Claude Mythos 5 trusted-access tiers, pricing, data-retention policy changes, and marketing rhetoric about capability. It references BBC reporting on June 10, 2026 that Anthropic released Claude Fable 5—a public version of Claude Mythos previewed privately in April—quoting Anthropic: "Fable's capabilities exceed those of any model we've ever made generally available" and "releasing a model this capable comes with risks"; BBC said roughly 150 preview groups gain Claude Mythos 5 with fewer cybersecurity/biology limits for approved uses, preview users reported finding more than 10,000 critical security flaws, Anthropic intends a broader trusted access program, co-founder Jack Clark told BBC Newsnight the industry has "a gas pedal, but it doesn't have a brake pedal", and private valuation neared $1tn amid expected IPO—without treating media hype as signed enterprise contracts.
Frontier AI lab IPO filing claims due diligence
Structures verification of frontier-model lab IPO headlines into a finance and governance checklist. The workflow separates confidential S-1 filing facts from valuation rhetoric, tender-offer liquidity plans, and competitive IPO timing in the same news cycle. It references CNBC reporting on June 8–9, 2026 that OpenAI confidentially filed for an IPO with the SEC, publicly posted: "We recently submitted a confidential S-1… We have not decided on timing yet; it may be a while because there are things we want to do that are likely easier as a private company"; CNBC said OpenAI is valued at more than $850 billion, has been gearing up to go public as soon as Q4 2026, is working with Goldman Sachs and Morgan Stanley, plans a tender offer letting employees sell at the latest $852 billion post-money valuation, cites ChatGPT supporting more than 900 million weekly active users, raised more than $180 billion in funding while still burning cash for compute, and filed a week after Anthropic's confidential IPO filing at a $965 billion valuation—without treating media valuations as your investment thesis.
Third-party GPU compute lease claims due diligence
Structures verification of hyperscaler and neocloud GPU lease headlines into a capacity-planning checklist. The workflow separates announced monthly fees and GPU counts from delivery SLAs, termination clauses, and bridge-vs-strategic capacity framing in the same article. It references CNBC reporting on June 5, 2026 that SpaceX will receive $920 million per month from Google from October 2026 through June 2029 for about 110,000 Nvidia GPUs plus CPUs and memory in SpaceX data centers, with capacity ramping through September at a reduced fee; Google may end the deal if committed GPUs are not delivered by September 30, 2026; either party may terminate with 90 days' notice after December 31, 2026; a Google Cloud spokesperson cited bridge capacity for surging Gemini Enterprise demand; the deal follows SpaceX's February xAI merger valued at $1.25 trillion and Anthropic's May Colossus 1 arrangement; CNBC noted SpaceX Q1 capex $10.1 billion ($7.7 billion to AI) and AI segment operating loss $2.5 billion on $818 million revenue—without treating SEC filing figures as your signed contract terms.
Corporate AI token spend claims due diligence
Turns headlines about corporate AI token budgets into a finance and procurement checklist. The workflow separates fundraising valuation narratives from operational metrics CFOs can verify: provider-level token bills, model-mix efficiency, team attribution, and whether frontier models are used for low-value tasks. It references CNBC reporting on June 4, 2026 that Ramp raised $750 million at a $44 billion valuation led by ICONIQ, GIC, and Ontario Teachers' Pension Plan (~38% step-up), crossed $1 billion in annualized revenue with positive free cash flow per CEO Eric Glyman, serves 70,000 businesses, and is growing partly because clients need to rein in AI spending; Glyman said tokens are a new third pillar of spend, most CFOs did not plan for steep growth, Ramp customers spending the most revenue share on AI grew revenue 12% versus flat for the lowest spenders, and Glyman called the era of tokenmaxxing nearing its end—without treating media quotes as internal budget approvals.