mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
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).
11 lines
454 B
JSON
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"
|
|
}
|