obelisk for VS Code
io.github.zachhannum/obelisk
Comment on a passage of an Obsidian note, and propose suggested edits.
client:VS Code
transport:stdio
runtime:npm
Install obelisk in VS Code
.vscode/mcp.json
{
"servers": {
"obelisk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obelisk-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs