Add Obsidian MCP server setup

This commit is contained in:
Bumblebee
2026-04-26 06:03:05 +02:00
parent 8036d6443c
commit e6f334ce15
4 changed files with 198 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "second-brain",
"version": "1.0.0",
"description": "A personal knowledge base and system for capturing, organizing, and synthesizing knowledge.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"obsidian-mcp-server": "^2.0.7"
}
}