aaronsb_obsidian-mcp-plugin/manifest.json
Aaron Bockelie 4f697dd7a9 docs: rewrite community-directory short description — verbs + native edge, drop "semantic"
The short description is the one-liner shown in Obsidian's in-app community
browser search — the highest-leverage line for cold discovery, and where the
install base actually comes from. The old copy led with "semantic access" and
spelled out "Model Context Protocol (MCP)" — jargon in the most valuable
150 chars. New copy matches the repositioned README: concrete verbs first, the
native/no-external-server edge stated, MCP-explainer dropped.

Set via `make set-description` (SoT: package.json → synced to manifest.json).
2026-07-03 23:29:43 -05:00

11 lines
454 B
JSON

{
"id": "semantic-vault-mcp",
"name": "Semantic Notes Vault MCP",
"minAppVersion": "1.6.6",
"description": "Read, write, search, and traverse your vault from Claude Desktop and any AI assistant — via an MCP server built into Obsidian, no external server to run.",
"author": "Aaron Bockelie",
"authorUrl": "https://github.com/aaronsb",
"fundingUrl": "https://github.com/sponsors/aaronsb",
"isDesktopOnly": true,
"version": "0.11.37"
}