calendar-mcp copilot-instructions.md

calendar-mcp copilot-instructions.md is an instructions file for GitHub Copilot from MarimerLLC/calendar-mcp. It costs 1,605 tokens per session, scanned A, original, MIT.

Project instructions for a C# and .NET server that gives AI assistants one way to use several Microsoft 365, Outlook.com, and Google Workspace email and calendar accounts. They cover the project structure, authentication, security, testing, and development rules.

In plain words
What is it for?
Developing, configuring, testing, and maintaining the calendar server, including its account providers, routing, authentication, security, and telemetry.
Why use it?
Using multiple email and calendar providers can otherwise require separate integrations and inconsistent rules. These instructions collect the project context and expected safeguards in one place.

Instructions file for GitHub Copilot

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/marimerllc/calendar-mcp/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/MarimerLLC/calendar-mcp

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 calendar-mcp copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/marimerllc/calendar-mcp/copilot-instructions.svg)](https://agentmods.dev/instructions/marimerllc/calendar-mcp/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/marimerllc/calendar-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/marimerllc/calendar-mcp/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,605 This file is loaded in full into every session.
When invoked 1,605 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 $0.01605 $0.01605
Opus 5 $0.00803 $0.00803
Sonnet 5 $0.00321 $0.00321
Haiku 4.5 $0.00161 $0.00161

Measured 4d ago against content hash 2a49ecdc8083, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

calendar-mcp 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 4d 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 ยท 156 lines

How it starts

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

GitHub Copilot Instructions for Calendar-MCP

This repository contains a Model Context Protocol (MCP) server written in C# / .NET 10 that provides unified access to multiple email and calendar accounts across Microsoft 365, Outlook.com, and Google Workspace.

๐Ÿ“– Quick Context

Read these first when starting work:

Detailed documentation: See /docs folder for comprehensive technical specifications on authentication, providers, routing, security, telemetry, and more.

๐ŸŽฏ Project Overview

This MCP server enables AI assistants (Claude, ChatGPT, GitHub Copilot) to access multiple email and calendar accounts simultaneously. It solves the multi-tenant problem where professionals manage multiple Microsoft 365 tenants, Outlook.com, and Google Workspace accounts.

Key Architecture Points:

  • Provider โ‰  Account: One provider service manages multiple accounts with isolated credentials
  • Per-Account Isolation: Every account has its own authentication context and encrypted token storage
  • Smart Routing: Configurable AI backend (Ollama local or cloud APIs) for intelligent account selection
  • Security First: Encrypted tokens, minimal privilege scopes, privacy-first telemetry

๐Ÿ—๏ธ Project Structure

/src                    # Main source code
  /CalendarMcp.Core     # Core business logic and services
  /CalendarMcp.StdioServer  # MCP stdio server implementation
/docs                   # Comprehensive technical documentation
/spikes                 # Spike/experimental projects
/.github/instructions   # Detailed Copilot instructions
/changelogs            # Change logs and summaries (use for documenting changes)

Read the full file on GitHub ยท 156 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. 4d ago First seen ยท 156 lines ยท 1,605 tokens per session scan A 2a49ecdc8083

Subscribe to this mod's changes

calendar-mcp copilot-instructions.md is an instructions file published in the GitHub repository MarimerLLC/calendar-mcp (22 stars, last pushed today), licensed MIT. It adds 1,605 tokens to every session, about $0.0080 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-30.

Related

Other instructions, from other repositories

olkcli CLAUDE.md

Instructions for rlrghb/olkcli, covering claude.md, what is this project?, quick reference, architecture and key patterns.

rlrghb/olkcli ยท 3,383 tokens

olkcli AGENTS.md

Instructions for rlrghb/olkcli, covering repository guidelines, project structure, build, test, and development commands, coding style & naming conventions and testing guidelines.

rlrghb/olkcli ยท 2,806 tokens

outlook-ews-mcp AGENTS.md

Instructions for viartemev/outlook-ews-mcp, covering agents.md, engineering rules, project shape, testing and conventions.

viartemev/outlook-ews-mcp ยท 1,050 tokens

outlook-ews-mcp CLAUDE.md

Instructions for viartemev/outlook-ews-mcp, a project described as: Secure MCP server for on-prem Microsoft Exchange (EWS) with tools for email, calendar, contacts, folders, attachments, and free/busy availability.

viartemev/outlook-ews-mcp ยท 5 tokens

cli AGENTS.md

Instructions for nylas/cli, covering ai coding agent guidelines, quick reference: shared helpers, quick reference: adding a new feature and quick reference: credential storage.

nylas/cli ยท 909 tokens

gaia Clean Code.instructions.md

Instructions for theexperiencecompany/gaia: Write clean and minimalistic code. Do not create unnecessary test files, markdown files, or unnecessary files. Prioritize writing clean, modular, and production-level code. Reuse existing logic, paradigms, and abstractions if present. Do not do anything unnecessary or extra.โ€ฆ

theexperiencecompany/gaia ยท 614 tokens