Skip to Content
Configuration

Configuration

Vault configuration lives in .context/config.yaml.

Full schema

name: "My Project" namespace: "my-project" layout: structured # structured or obsidian federation: none # none, federated, or scoped # Server registry for source nodes servers: jira: url: "https://mycompany.atlassian.net" transport: mcp github: url: "https://api.github.com" transport: mcp slack: url: "https://slack.com/api" transport: rest # Telemetry (opt-in, metadata only, never vault content) telemetry: false

Fields

FieldTypeDefaultDescription
namestring"My Context Nest"Vault display name
namespacestringUnique namespace for federation
layoutstringstructuredstructured or obsidian
federationstringnonenone, federated, or scoped
serversobjectServer registry for source nodes
telemetrybooleanfalseOpt-in anonymous usage telemetry

Environment variables

VariableDescription
CONTEXTNEST_VAULT_PATHOverride vault root directory
PROMPTOWL_API_URLOverride cloud API URL (default: https://api.promptowl.com)

CONTEXT.md

The CONTEXT.md file at the vault root is a free-form markdown file that serves as the vault-level system prompt. AI agents read it first before accessing individual documents.

Write it to describe:

  • What the vault is for
  • How the agent should interact with it
  • Any conventions or rules specific to your team
Last updated on