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/anyproto/anytype-mcp/claude-mdgit clone --depth 1 https://github.com/anyproto/anytype-mcpWrote 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/anyproto/anytype-mcp/claude-md)<a href="https://agentmods.dev/instructions/anyproto/anytype-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/anyproto/anytype-mcp/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.00742 | $0.00742 |
| Opus 5 | $0.00371 | $0.00371 |
| Sonnet 5 | $0.00148 | $0.00148 |
| Haiku 4.5 | $0.00074 | $0.00074 |
Grade A, and why
anytype-mcp 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 — 81 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.
Common Commands
This project uses Bun as its package manager and script runner (lockfile: bun.lock). The published artifact still targets Node.js.
Development
bun install- Install all dependencies including devDependenciesbun run dev- Start the development server with file watching (uses tsx watch)bun run build- Build the TypeScript project and generate CLI binary (bin/cli.mjs)
Testing
bun run test- Run all tests once with Vitestbun run test:dev- Run tests in watch mode- Run a specific test file:
bunx vitest run src/openapi/__tests__/parser.test.ts
Code Quality
bun run lint- Check code formatting with ESLintbun run lint:fix- Auto-fix formatting issues with ESLintbun run format- Auto-fix formatting issues with Prettierbun run typecheck- Run TypeScript type checking without emitting files
Utility Scripts
bun run parse-openapi- Parse OpenAPI specification
Architecture Overview
This is an MCP (Model Context Protocol) server that bridges Anytype's API with AI assistants. The architecture follows a proxy pattern where OpenAPI specifications are dynamically converted to MCP tools.
Core Components
MCP Proxy Layer (src/mcp/proxy.ts)
- Central orchestrator that implements the MCP server protocol
- Converts OpenAPI operations to MCP tools dynamically at runtime
- Handles tool listing and execution through the MCP protocol
- Maintains a lookup table mapping MCP tool names to OpenAPI operations
OpenAPI Parser (src/openapi/parser.ts)
- Converts OpenAPI schemas to JSON Schema format for MCP compatibility
- Handles $ref resolution with cycle detection
- Supports multipart/form-data for file uploads
- Generates MCP tool definitions from OpenAPI paths and operations
HTTP Client (src/client/http-client.ts)
- Built on openapi-client-axios for OpenAPI-aware HTTP requests
- Handles authentication headers from environment variables
- Supports file uploads via FormData
- Executes OpenAPI operations with proper parameter mapping
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 · 81 lines · 742 tokens per session scan A deac386f35f3
anytype-mcp CLAUDE.md is an instructions file published in the GitHub repository anyproto/anytype-mcp (517 stars, last pushed 12d ago), licensed MIT. It adds 742 tokens to every session, about $0.0037 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
ida-pro-mcp CLAUDE.md
Instructions for mrexodia/ida-pro-mcp, covering claude.md, what this project is, core implementation rules, ida thread safety and api conventions.
fli CLAUDE.md
Instructions for punitarani/fli, covering claude.md, project overview, development commands, core development tasks and install dependencies.
tableau-mcp CLAUDE.md
Claude Code instructions for tableau/tableau-mcp, covering claude.md, build & development commands, building, running the server and testing.
fli AGENTS.md
Instructions for punitarani/fli, covering agents.md, cursor cloud specific instructions, development commands, testing caveats and releasing.
RivalSearchMCP CLAUDE.md
Claude Code instructions for damionrashford/RivalSearchMCP, covering claude.md, project overview, development commands, setup & running and set up pre-commit hooks.
RivalSearchMCP AGENTS.md
AGENTS.md instructions for damionrashford/RivalSearchMCP, covering agents.md, project overview, development commands, setup & running and install dependencies.