Install
$ agentstack add mcp-foolafroos-anytype-hermes-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
💎 Anytype — Hermes Agent Skill
> The definitive Hermes Agent skill for interacting with Anytype via its official MCP server.
[](LICENSE) [](https://docs.anytype.dev)
Why Anytype?
🔒 Your data. Your device. Your rules.
| Feature | Anytype | Notion | Obsidian | |---|---|---|---| | Data ownership | ✅ 100% local + encrypted sync | ❌ Hosted on their servers | ✅ Local files | | End-to-end encryption | ✅ Built-in (Object Encryption) | ❌ Server-side only | ❌ None | | Offline-first | ✅ Works without internet | ❌ Requires connection | ✅ Local markdown | | Vendor lock-in | ✅ Open format, exportable | ❌ Hard to leave | ✅ Plain markdown | | AI training on your data | ❌ Never | ✅ Yes (ToS allows it) | ❌ No | | Decentralized sync | ✅ IPFS + ActivityPub | ❌ Centralized cloud | ❌ Manual/Git | | MCP integration | ✅ Official server | ⚠️ Community workarounds | ⚠️ Community workarounds |
The problem with cloud notes
Notion, Evernote, Coda — they all share a dark secret: your knowledge becomes their training data. Their terms of service explicitly allow using your content to improve their AI models. That means every thought, every project plan, every private note fuels someone else's LLM.
Obsidian is better — it stores files locally as markdown — but it's still just a file viewer. No native encryption, no decentralized sync, no official MCP server. You're on your own for integrations.
Anytype does it differently
- Local-first architecture — Everything lives on your device first. Sync is optional and encrypted.
- Object Encryption — End-to-end encryption means even Anytype's servers can't read your data.
- Decentralized — Sync runs over IPFS and ActivityPub. No central database to hack or subpoena.
- Open MCP server — Official
@anyproto/anytype-mcpserver lets AI agents interact with your knowledge base securely. - No data harvesting — Their ToS explicitly prohibits using your data for AI training.
> TL;DR: Anytype is the only serious knowledge base that respects your privacy AND plays nice with AI agents.
What This Skill Does
This skill enables Hermes Agent to:
- ✅ Create, read, update, and delete Anytype objects (pages, notes, tasks, collections)
- ✅ Search across your entire Anytype knowledge base
- ✅ Manage relations, sets, and views
- ✅ Import/export structured data
- ✅ Execute complex multi-step workflows via JSON-RPC
All operations go through the official Anytype MCP server — no reverse-engineered APIs, no community hacks.
Installation
# Install via Hermes CLI
hermes skills install https://github.com/Foolafroos/anytype-hermes-skill
# Or clone manually
git clone https://github.com/Foolafroos/anytype-hermes-skill ~/.hermes/skills/anytype
Prerequisites
- An Anytype account with API access
- Generate an API token in Anytype → Settings → API Keys
- Install Node.js (for
npx)
Configuration
Add your credentials to your Hermes environment:
export OPENAPI_MCP_HEADERS='{"Authorization":"Bearer ", "Anytype-Version":""}'
> 🔐 Your token is never stored by this skill — it's passed as an environment variable per-request.
Quick Start
Once installed, just ask Hermes Agent to interact with Anytype:
"Create a new page in Anytype called 'Project Ideas'"
"Search my Anytype for anything about AI agents"
"Update the status of my task to 'In Progress'"
The skill handles all the JSON-RPC communication under the hood.
Architecture
┌─────────────┐ JSON-RPC ┌──────────────┐
│ Hermes │ ──────────────► │ Anytype │
│ Agent │ (via MCP server) │ Local App │
│ (this skill)│ │ (encrypted) │
└─────────────┘ └──────────────┘
│
▼
┌──────────────┐
│ IPFS / │
│ ActivityPub │
│ (optional │
│ sync) │
└──────────────┘
References
- [Authentication guide](references/authentication.md)
- [JSON-RPC patterns](references/jsonrpc-pattern.md)
- [Twitter bookmark import example](references/twitter-bookmark-import-2026.md)
Philosophy
This skill was built with one principle: your knowledge should not be someone else's product.
Every time you choose a cloud service that mines your data, you lose a little sovereignty. Anytype exists to reverse that trend — and this skill makes it the default knowledge backend for your AI agent.
License
MIT — use it, modify it, share it. Just don't sell your data.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Foolafroos
- Source: Foolafroos/anytype-hermes-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.