Last active
December 15, 2024 14:59
-
-
Save Shubhaankar-Sharma/683b3b715c76353fd9f7e7bb379f3ebe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mcpServers": { | |
| "filesystem": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-filesystem", | |
| "/Users/shubhaankar/" | |
| ] | |
| }, | |
| "obsidian-brain": { | |
| "command": "uvx", | |
| "args": [ | |
| "obsidian-brain" | |
| ], | |
| "env": { | |
| "OBSIDIAN_MIND_PATH": "/Users/shubhaankar/github.com/shubhaankar-sharma/obsidian-mind/mind" | |
| } | |
| }, | |
| "memory": { | |
| "command": "npx", | |
| "args": ["-y", "@modelcontextprotocol/server-memory"] | |
| }, | |
| "brave-search": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-brave-search" | |
| ], | |
| "env": { | |
| "BRAVE_API_KEY": "" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment