Skip to content

Instantly share code, notes, and snippets.

@Shubhaankar-Sharma
Last active December 15, 2024 14:59
Show Gist options
  • Select an option

  • Save Shubhaankar-Sharma/683b3b715c76353fd9f7e7bb379f3ebe to your computer and use it in GitHub Desktop.

Select an option

Save Shubhaankar-Sharma/683b3b715c76353fd9f7e7bb379f3ebe to your computer and use it in GitHub Desktop.
{
"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