服务器配置
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": [
"@smith-and-web/obsidian-mcp-server"
],
"env": {
"VAULT_PATH": "/path/to/your/vault",
"PORT": "3001"
}
}
}
}{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": [
"@smith-and-web/obsidian-mcp-server"
],
"env": {
"VAULT_PATH": "/path/to/your/vault",
"PORT": "3001"
}
}
}
}