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.
npx agentmods add instructions/mjknowles/matrix-mcp-server/claude-mdgit clone --depth 1 https://github.com/mjknowles/matrix-mcp-serverWrote 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.
[](https://agentmods.dev/instructions/mjknowles/matrix-mcp-server/claude-md)<a href="https://agentmods.dev/instructions/mjknowles/matrix-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/mjknowles/matrix-mcp-server/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01505 | $0.01505 |
| Opus 5 | $0.00753 | $0.00753 |
| Sonnet 5 | $0.00301 | $0.00301 |
| Haiku 4.5 | $0.00151 | $0.00151 |
Grade A, and why
matrix-mcp-server CLAUDE.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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Repository Overview
This is a Matrix MCP (Model Context Protocol) server implemented in TypeScript that provides secure access to Matrix homeserver functionality. The server acts as a bridge between MCP clients and Matrix homeservers, implementing OAuth 2.0 token exchange with Keycloak for authentication.
Core Architecture
HTTP Server Layer (src/http-server.ts)
- Express-based HTTP server exposing MCP endpoints
- OAuth 2.0 integration with Keycloak authentication provider
- Proxy OAuth provider for token verification and client management
- Serves on port 3000 with
/mcpendpoint for MCP communication
MCP Server Implementation (src/server.ts)
- Core MCP server with Matrix-specific tools
- Implements token exchange flow with Keycloak for Matrix authentication
- Provides tools for Matrix operations: room listing, message retrieval, member management
- Each tool creates ephemeral Matrix clients that authenticate via token exchange
Authentication Flow (src/verifyAccessToken.ts)
- JWT token verification using Keycloak's JWKS endpoint
- Fetches user information from Keycloak userinfo endpoint
- Handles self-signed certificates for local development
Request Routing (src/routes.ts, src/route-handlers.ts)
- Simple Express router handling POST requests for MCP communication
- Uses StreamableHTTPServerTransport for MCP protocol handling
- Returns 405 for non-POST methods
Development Commands
# Install dependencies
npm install
# Build TypeScript to dist/
npm run build
# Development server with hot reload (no OAuth)
npm run dev
# Development server with OAuth enabled
ENABLE_OAUTH=true npm run dev
# Production server
npm start
# Production server with OAuth
ENABLE_OAUTH=true npm start
# Linting
npm run lint
# Testing
npm test
Matrix Tools Available
The server provides these MCP tools (all require matrixUserId parameter):
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.
- 6d ago First seen · 181 lines · 1,505 tokens per session scan A f9e7baa42308
matrix-mcp-server CLAUDE.md is an instructions file published in the GitHub repository mjknowles/matrix-mcp-server (51 stars, last pushed 1y ago), licensed MIT. It adds 1,505 tokens to every session, about $0.0075 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.
Other instructions, from other repositories
positioning-bridge AGENTS.md
AGENTS.md instructions for shashank-sn/positioning-bridge, a project described as: Evidence-backed positioning policy checks for content workflows, CLI, and MCP.
agent-mailbox-mcp CLAUDE.md
Claude Code instructions for lleontor705/agent-mailbox-mcp, covering claude.md, build & development commands, architecture, environment variables and ci.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.
rabbitmq-server CLAUDE.md
Claude Code instructions for rabbitmq/rabbitmq-server, a project described as: Open source RabbitMQ: core server and tier 1 (built-in) plugins.
seekstone CLAUDE.md
Claude Code instructions for shaqmughal/seekstone, covering claude.md, what this repo is, commands, the harness itself (run after npm install) and architecture.