001-obsidian-mcp-bundle #1

Merged
Peter.Morton merged 18 commits from 001-obsidian-mcp-bundle into main 2026-03-22 17:00:36 -05:00
Showing only changes of commit 26d7d37d43 - Show all commits

View File

@@ -4,11 +4,28 @@
"version": "1.0.0",
"display_name": "Obsidian CLI Bundle",
"description": "MCP Bundle for Obsidian CLI - Enable AI assistants to manage Obsidian vaults through conversational interface",
"long_description": "This MCP bundle provides a comprehensive set of tools for AI assistants to interact with and manage Obsidian vaults. It includes capabilities for creating, reading, updating, and deleting notes, managing links and tags, handling tasks, and more. With this bundle, AI assistants can seamlessly integrate with Obsidian to help users organize their knowledge and workflows.",
"author": {
"name": "Obsidian MCP Contributors",
"url": "https://github.com/obsidian-mcp/obsidian-mcp-bundle"
"name": "Peter Morton",
"email": "Peter.Morton@verint.com",
"url": "https://git.mortons.site/Peter.Morton/obsidian-mcp"
},
"homepage": "https://github.com/obsidian-mcp/obsidian-mcp-bundle",
"repository": {
"type": "git",
"url": "https://git.mortons.site/Peter.Morton/obsidian-mcp.git"
},
"homepage": "https://git.mortons.site/Peter.Morton/obsidian-mcp",
"documentation": "https://git.mortons.site/Peter.Morton/obsidian-mcp/src/branch/main/README.md",
"support": "https://git.mortons.site/Peter.Morton/obsidian-mcp/issues",
"keywords": [
"obsidian",
"notes",
"note-taking",
"knowledge management",
"vault",
"markdown",
"daily notes"
],
"license": "MIT",
"icon": "assets/icon.png",
"server": {
@@ -16,15 +33,20 @@
"entry_point": "dist/index.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/dist/index.js"
],
"args": ["${__dirname}/dist/index.js"],
"env": {
"OBSIDIAN_VAULT": "${user_config.vault_name}",
"MCP_LOG_LEVEL": "info"
}
}
},
"compatibility": {
"claude_desktop": ">=1.1.0",
"platforms": ["darwin", "win32", "linux"],
"runtimes": {
"node": ">=24.13.0"
}
},
"user_config": {
"vault_name": {
"type": "string",