fastmail-mcp-server copilot-instructions.md

fastmail-mcp-server copilot-instructions.md is an instructions file for GitHub Copilot from Jordonh18/fastmail-mcp-server. It costs 2,637 tokens per session, scanned A, original, MIT.

A set of project instructions for developing a Fastmail MCP server. Fastmail is an email service, and JMAP is the protocol this server uses to access email, calendars, contacts, and mailboxes.

In plain words
What is it for?
It is for guiding development and maintenance of the TypeScript server, including its transports, configuration, JMAP client, and registered tools.
Why use it?
It gives an agent the project's architecture, file layout, configuration rules, and available tool groups so it can work consistently.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/jordonh18/fastmail-mcp-server/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/Jordonh18/fastmail-mcp-server

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fastmail-mcp-server copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jordonh18/fastmail-mcp-server/copilot-instructions.svg)](https://agentmods.dev/instructions/jordonh18/fastmail-mcp-server/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/jordonh18/fastmail-mcp-server/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/jordonh18/fastmail-mcp-server/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,637 This file is loaded in full into every session.
When invoked 2,637 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.02637 $0.02637
Opus 5 $0.01319 $0.01319
Sonnet 5 $0.00527 $0.00527
Haiku 4.5 $0.00264 $0.00264

Measured 5d ago against content hash 03f01e90c73b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

fastmail-mcp-server copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/copilot-instructions.md · 244 lines

How it starts

The opening of the file, as written. The whole thing — 244 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot Instructions for Fastmail MCP Server

Project Overview

This is a Model Context Protocol (MCP) server for Fastmail that enables AI assistants to interact with Fastmail accounts via the JMAP protocol. It provides tools for managing emails, calendars, contacts, and mailboxes, including AI-powered features via MCP sampling.

Published as @jordonh19/fastmail-mcp-server on npm.

Architecture

  • Transport: Supports stdio (default) and HTTP transports (@modelcontextprotocol/sdk)
  • Protocol: JMAP (JSON Meta Application Protocol) for communicating with Fastmail
  • Language: TypeScript with ESM modules ("type": "module")
  • Configuration: File-based (.fastmail-mcp.json) with CLI arg overrides

Directory Structure

src/
├── config.ts            # Configuration loader (file + CLI args)
├── config.test.ts       # Config tests
├── index.ts             # Entry point — stdio or HTTP transport
├── server.ts            # Server factory — creates McpServer, registers all tool groups
├── server.test.ts       # Server tests
├── jmap/
│   ├── client.ts        # JmapClient — session, auth, API requests, blob download
│   ├── client.test.ts   # Client tests
│   ├── methods.ts       # JMAP method call builders (pure functions)
│   ├── methods.test.ts  # Method builder tests
│   └── types.ts         # TypeScript interfaces and JMAP capability constants
└── tools/
    ├── email-helpers.ts    # Shared email utilities (formatting, HTML stripping, body extraction)
    ├── email-read.ts       # Email reading tools (search, get, thread, unread, latest, mailbox, download)
    ├── email-read.test.ts
    ├── email-write.ts      # Email composition tools (send, reply, forward, draft, send_draft)
    ├── email-write.test.ts
    ├── email-manage.ts     # Email management tools (move, flags, delete, bulk, archive, mark_read)
    ├── email-manage.test.ts
    ├── mailbox.ts          # Mailbox CRUD tools (list, create, rename, delete)
    ├── mailbox.test.ts
    ├── calendar.ts         # Calendar event tools (list, query, get, create, update, delete)
    ├── calendar.test.ts
    ├── contacts.ts         # Contact card tools (list, search, get, create, update, delete)
    ├── contacts.test.ts
    ├── identity.ts         # Sender identity tools (get_identities)
    ├── identity.test.ts
    ├── sampling.ts         # AI-powered tools via MCP sampling (summarize, suggest_reply)
    └── sampling.test.ts

Read the full file on GitHub · 244 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 244 lines · 2,637 tokens per session scan A 03f01e90c73b

Subscribe to this mod's changes

fastmail-mcp-server copilot-instructions.md is an instructions file published in the GitHub repository Jordonh18/fastmail-mcp-server (1 stars, last pushed 2mo ago), licensed MIT. It adds 2,637 tokens to every session, about $0.0132 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.