# Hyperterse ## Docs - [Adapters](https://docs.hyperterse.com/concepts/adapters.md): Named database connections that tools reference for query execution. - [Authentication](https://docs.hyperterse.com/concepts/authentication.md): Tool-level authentication with built-in and custom plugins. - [Project structure](https://docs.hyperterse.com/concepts/project-structure.md): Filesystem conventions and directory layout for Hyperterse projects. - [Prompts](https://docs.hyperterse.com/concepts/prompts.md): Define reusable MCP prompts with arguments, interpolation, and completion hints. - [Resources](https://docs.hyperterse.com/concepts/resources.md): Define MCP resources and URI templates backed by inline content or files. - [Scripts](https://docs.hyperterse.com/concepts/scripts.md): TypeScript handlers and transforms that extend tool behavior beyond configuration. - [Tools](https://docs.hyperterse.com/concepts/tools.md): How tool definitions specify MCP tools, input schemas, and execution strategies. - [MongoDB](https://docs.hyperterse.com/databases/mongodb.md): Connect Hyperterse to MongoDB for document-backed MCP tools using native database commands. - [MySQL](https://docs.hyperterse.com/databases/mysql.md): Connect Hyperterse to MySQL for SQL-backed MCP tools with connection pooling and charset configuration. - [PostgreSQL](https://docs.hyperterse.com/databases/postgresql.md): Connect Hyperterse to PostgreSQL for SQL-backed MCP tools with connection pooling and SSL. - [Redis](https://docs.hyperterse.com/databases/redis.md): Connect Hyperterse to Redis for key-value, caching, and data structure operations. - [SQLite](https://docs.hyperterse.com/databases/sqlite.md): Connect Hyperterse to SQLite for SQL-backed MCP tools — local files, in-memory, or remote libSQL/Turso. - [AWS](https://docs.hyperterse.com/deployment/aws.md): Deploy Hyperterse on Amazon Web Services using ECS Fargate. - [Azure](https://docs.hyperterse.com/deployment/azure.md): Deploy Hyperterse on Microsoft Azure using Container Apps. - [Bare metal](https://docs.hyperterse.com/deployment/bare-metal.md): Deploy Hyperterse directly on servers without containers or orchestrators. - [Cloudflare](https://docs.hyperterse.com/deployment/cloudflare.md): Put Hyperterse behind Cloudflare for edge security, caching, and DDoS protection. - [DigitalOcean](https://docs.hyperterse.com/deployment/digital-ocean.md): Deploy Hyperterse on DigitalOcean using App Platform or Droplets. - [Docker](https://docs.hyperterse.com/deployment/docker.md): Container deployment patterns for Hyperterse — multi-stage builds, pre-built artifacts, and minimal images. - [Google Cloud](https://docs.hyperterse.com/deployment/gcp.md): Deploy Hyperterse on Google Cloud Platform using Cloud Run. - [Kubernetes](https://docs.hyperterse.com/deployment/kubernetes.md): Deploy Hyperterse on Kubernetes with health probes, resource limits, and secrets management. - [Overview](https://docs.hyperterse.com/deployment/overview.md): Build artifacts, serve from pre-compiled output, and deploy to any environment. - [Railway](https://docs.hyperterse.com/deployment/railway.md): Deploy Hyperterse on Railway with zero infrastructure management. - [Vercel](https://docs.hyperterse.com/deployment/vercel.md): Connect a Vercel-hosted frontend to a Hyperterse MCP server. - [Installation](https://docs.hyperterse.com/installation.md): System requirements and installation methods for the Hyperterse CLI. - [Introduction](https://docs.hyperterse.com/introduction.md): Build MCP tool servers from declarative configuration with built-in authentication, caching, and observability. - [v1 to v2 migration](https://docs.hyperterse.com/migration/v1-to-v2.md): Migration guide from Hyperterse v1 inline configuration to v2 filesystem-based MCP framework. - [Quickstart](https://docs.hyperterse.com/quickstart.md): Scaffold a Hyperterse project, define a tool, and invoke it through MCP in under five minutes. - [Adapter](https://docs.hyperterse.com/reference/adapter-config.md): Complete field reference for adapter definition files. - [Command line reference](https://docs.hyperterse.com/reference/cli.md): Complete command and flag reference for the Hyperterse CLI. - [Configuration schemas](https://docs.hyperterse.com/reference/configuration-schemas.md): JSON Schema files for editor-time validation of .hyperterse and .terse configuration files. - [Environment variables](https://docs.hyperterse.com/reference/environment-variables.md): Environment variables used by the runtime, CLI, and configuration substitution system. - [Prompt](https://docs.hyperterse.com/reference/prompt-config.md): Complete field reference for prompt definition files. - [Resource](https://docs.hyperterse.com/reference/resource-config.md): Complete field reference for resource and resource-template definition files. - [Root](https://docs.hyperterse.com/reference/root-config.md): Complete field reference for the .hyperterse root configuration file. - [Tool](https://docs.hyperterse.com/reference/tool-config.md): Complete field reference for tool definition files. - [Caching](https://docs.hyperterse.com/runtime/caching.md): In-memory tool result caching, cache key derivation, TTL, and override behavior. - [Execution pipeline](https://docs.hyperterse.com/runtime/execution-pipeline.md): Deterministic execution flow for tool invocations from tool resolution through response serialization. - [MCP transport](https://docs.hyperterse.com/runtime/mcp-transport.md): Full MCP 2025-11-25 surface in Hyperterse, including tools, prompts, resources, completion, notifications, and session behavior. - [Observability](https://docs.hyperterse.com/runtime/observability.md): OpenTelemetry tracing and metrics, structured logging, attribute redaction, and collector integration. - [Input safety](https://docs.hyperterse.com/security/input-safety.md): Statement substitution model, security implications, and defensive patterns. - [Production hardening](https://docs.hyperterse.com/security/production-hardening.md): Security measures, deployment configuration, and hardening for production environments. ## OpenAPI Specs - [openapi](https://docs.hyperterse.com/api-reference/openapi.json) Built with [Mintlify](https://mintlify.com).