Machine Readiness
Stored receipt and evidence
20
65
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
User-Agent: * Allow: / Allow: /api/og/* Sitemap: https://www.augmentcode.com/sitemap.xml # LLM-friendly content discovery # See https://llmstxt.org/ for specification Allow: /llms.txt
Document
# Augment Code > Augment Code is an AI-powered coding assistant that helps developers write better code faster with deep IDE integration, context-aware suggestions, and comprehensive documentation for popular open-source projects. Augment Code provides: - AI-powered code completion and generation with industry-leading accuracy - Deep integration with popular IDEs (VS Code, JetBrains, and more) - Context-aware suggestions using our world-class context engine - Support for multiple programming languages and frameworks - Comprehensive documentation and guides for open-source projects - Model Context Protocol (MCP) server integrations ## Open Source Documentation - [Angular Framework](https://www.augmentcode.com/open-source/angular/angular/page.md): Documentation for angular/angular - [Ansible Core Wiki](https://www.augmentcode.com/open-source/ansible/ansible/page.md): Documentation for ansible/ansible - [Apache Airflow Wiki](https://www.augmentcode.com/open-source/apache/airflow/page.md): Documentation for apache/airflow - [Apache Beam Wiki](https://www.augmentcode.com/open-source/apache/beam/page.md): Documentation for apache/beam - [Apache Cassandra Wiki](https://www.augmentcode.com/open-source/apache/cassandra/page.md): Documentation for apache/cassandra - [Apache Flink Wiki](https://www.augmentcode.com/open-source/apache/flink/page.md): Documentation for apache/flink - [Apache Hudi - Data Lakehouse Platform](https://www.augmentcode.com/open-source/apache/hudi/page.md): Documentation for apache/hudi - [Apache Iceberg Wiki](https://www.augmentcode.com/open-source/apache/iceberg/page.md): Documentation for apache/iceberg - [Apache Kafka Wiki](https://www.augmentcode.com/open-source/apache/kafka/page.md): Documentation for apache/kafka - [Apache Maven 4.x Wiki](https://www.augmentcode.com/open-source/apache/maven/page.md): Documentation for apache/maven - [Apache Spark Wiki](https://www.augmentcode.com/open-source/apache/spark/page.md): Documentation for apache/spark - [Apache ZooKeeper Wiki](https://www.augmentcode.com/open-source/apache/zookeeper/page.md): Documentation for apache/zookeeper - [Argo CD - Declarative GitOps Continuous Delivery for Kubernetes](https://www.augmentcode.com/open-source/argoproj/argo-cd/page.md): Documentation for argoproj/argo-cd - [Bazel Build System](https://www.augmentcode.com/open-source/bazelbuild/bazel/page.md): Documentation for bazelbuild/bazel - [CPython Interpreter](https://www.augmentcode.com/open-source/python/cpython/page.md): Documentation for python/cpython - [ClickHouse Database Engine](https://www.augmentcode.com/open-source/ClickHouse/ClickHouse/page.md): Documentation for ClickHouse/ClickHouse - [CockroachDB Wiki](https://www.augmentcode.com/open-source/cockroachdb/cockroach/page.md): Documentation for cockroachdb/cockroach - [Consul - Distributed Service Networking](https://www.augmentcode.com/open-source/hashicorp/consul/page.md): Documentation for hashicorp/consul - [Cypress Testing Framework](https://www.augmentcode.com/open-source/cypress-io/cypress/page.md): Documentation for cypress-io/cypress - [Dapr Runtime](https://www.augmentcode.com/open-source/dapr/dapr/page.md): Documentation for dapr/dapr ## Guides and Tutorials - [What Is Spec-Driven Development? A Complete Guide](https://www.augmentcode.com/guides/what-is-spec-driven-development) - [Intent Pricing: Credits, Models & True Cost per Dev](https://www.augmentcode.com/guides/intent-pricing) - [Steve Yegge's 8 Levels of AI Development: Where's Your Team?](https://www.augmentcode.com/guides/steve-yegge-8-levels-ai-assisted-development) - [The 2026 EU AI Act and AI-Generated Code: What Changes for Dev Teams](https://www.augmentcode.com/guides/eu-ai-act-2026) - [Coordinator-Implementor-Verifier Pattern for Dev Teams](https://www.augmentcode.com/guides/coordinator-implementor-verifier) - [Agent Observability for AI Coding: How to Trace What Your Agents Actually Did](https://www.augmentcode.com/guides/agent-observability-for-ai-coding) - [Agent Memory vs. Context Engineering: What Persists Between Sessions and What Doesn't](https://www.augmentcode.com/guides/agent-memory-vs-context-engineering) - [CI/CD for AI Agents: How to Integrate Agent Orchestration into Your Pipeline](https://www.augmentcode.com/guides/cicd-ai-agents-pipeline-integration) - [The 80% Problem: Why AI Agents Ship Fast But Create Hidden Technical Debt](https://www.augmentcode.com/guides/the-80-percent-problem-ai-agents-technical-debt) - [Harness Engineering for AI Coding Agents: Constraints That Ship Reliable Code](https://www.augmentcode.com/guides/harness-engineering-ai-coding-agents) ## MCP Server Integrations - [context7](https://www.augmentcode.com/mcp/context7): Context7 MCP Server – serves fresh, version-specific code documentation to Model-Context-Protocol (MCP) clients such as Cursor, Claude Code or Opencode. - [prisma](https://www.augmentcode.com/mcp/prisma): Next-generation ORM for Node.js & TypeScript supporting PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB. - [mindsdb](https://www.augmentcode.com/mcp/mindsdb): AI’s query-engine & MCP server for building agents that answer questions over large-scale, federated data sources. - [composio](https://www.augmentcode.com/mcp/composio): Composio equips AI agents & LLMs with 100+ ready-made integrations via function calling (official TypeScript & Python SDKs + Rube MCP server). - [Taskmaster MCP Server](https://www.augmentcode.com/mcp/taskmaster-mcp-server): Taskmaster is an AI-powered task-management system for AI-driven development that runs as an MCP server (for editors like Cursor, Windsurf, VS Code, Amazon Q CLI) and also as a CLI. Install via MCP using `npx -y task-master-ai` (or `npm i -g task-master-ai`) and provide at least one model/provider credential (e.g., Anthropic/OpenAI/Google/Perplexity/xAI/OpenRouter/etc.) or use Claude Code/Codex CLI. Supports selective MCP tool loading via `TASK_MASTER_TOOLS` (all/standard/core or custom list) and provides tools for project initialization, PRD parsing, task planning/expansion, task status updates, and research workflows. - [FastMCP](https://www.augmentcode.com/mcp/fastmcp): 🚀 The fast, Pythonic way to build MCP (Model Context Protocol) servers and clients. FastMCP is a Python framework that lets you expose Python functions as MCP tools (with automatic schema/validation/docs), connect to MCP servers as a client (URL-based connection with transport negotiation/auth/protocol lifecycle), and build interactive "Apps" (UIs rendered in-conversation). Installation (recommended): `uv pip install fastmcp`. Docs: https://gofastmcp.com. Maintained by Prefect (PrefectHQ). - [github-mcp-server](https://www.augmentcode.com/mcp/github-mcp-server): GitHub’s official Model Context Protocol (MCP) server that exposes rich, tool-oriented access to GitHub’s REST & GraphQL APIs. Supports remote (hosted) or local (Docker / native Go binary) deployment and fine-grained toolset configuration. - [blender-mcp](https://www.augmentcode.com/mcp/blender-mcp): Blender Model Context Protocol (MCP) server that lets Claude AI (and other MCP-aware IDEs such as Cursor, VS Code, and Claude Desktop) drive a live Blender session for prompt-assisted 3D modelling, scene inspection, and code execution inside Blender. - [screenpipe](https://www.augmentcode.com/mcp/screenpipe): AI app-store platform that continuously records a user’s desktop (screen + mic) locally, indexes it, and exposes an API so developers can build context-aware AI desktop apps (“pipes”) in Next.js, publish them and monetise through the built-in store. - [playwright-mcp](https://www.augmentcode.com/mcp/playwright-mcp): Playwright MCP server ## Blog Posts - [A good AGENTS.md is a model upgrade. A bad one is worse than no docs at all.](https://www.augmentcode.com/blog/how-to-write-good-agents-dot-md-files) - [The era of single-model engineering is over](https://www.augmentcode.com/blog/the-era-of-single-model-engineering-is-over) - [The AI-native transformation path, end to end](https://www.augmentcode.com/blog/the-ai-native-transformation-path-end-to-end) - [Designing with code, without writing code](https://www.augmentcode.com/blog/designing-with-code-without-writing-code) - [Frontier AI at half the cost: Gemini 3.1 Pro now available in Augment Code ](https://www.augmentcode.com/blog/gemini-3-1-pro-now-available-in-augment-code) - [We rebuilt code review for how engineers want to work in 2026: infinite scroll and swiping](https://www.augmentcode.com/blog/code-review-swipe-scroll) - [Confidence is the new bottleneck](https://www.augmentcode.com/blog/confidence-is-the-new-bottleneck) - [How I went AI-native in my terminal workflow](https://www.augmentcode.com/blog/ai-native-in-the-terminal-workflow) - [Review the spec, not the code](https://www.augmentcode.com/blog/review-the-intent-not-the-code) - [Specs are infrastructure in the age of agents](https://www.augmentcode.com/blog/specs-are-infrastructure-in-the-age-of-agents) ## Product Updates - [Intent 0.3.6 Release Notes](https://www.augmentcode.com/changelog/intent-0-3-6-release-notes) - [VSCode 0.840.7 Release Notes](https://www.augmentcode.com/changelog/vscode-0-840-7-release-notes) - [IntelliJ Plugin v0.457.5-stable Release Notes](https://www.augmentcode.com/changelog/intellij-plugin-v0-457-5-stable-release-notes) - [Intent 0.3.4 Release Notes](https://www.augmentcode.com/changelog/intent-0-3-4-release-notes) - [Opus 4.7 is now the default in Augment (50% off until April 30th)](https://www.augmentcode.com/changelog/opus-4-7-is-now-the-default-in-augment) ## Optional - [Product Overview](https://www.augmentcode.com/product): Comprehensive overview of Augment Code features and capabilities - [Pricing](https://www.augmentcode.com/pricing): Pricing plans and feature comparison - [Security](https://www.augmentcode.com/security): Security practices, compliance, and data protection - [Careers](https://www.augmentcode.com/careers): Join our team and help shape the future of AI-powered development - [Legal](https://www.augmentcode.com/legal): Terms of service, privacy policy, and legal information
Document
Not stored for this site.