a year ago
Server Config
{
"mcpServers": {
"obsidian": {
"command": "/path/to/python",
"args": [
"-m",
"src.server"
],
"cwd": "/path/to/obsidian-mcp",
"env": {
"PYTHONPATH": "/path/to/obsidian-mcp",
"OBSIDIAN_REST_API_KEY": "your-api-key-here",
"OBSIDIAN_API_URL": "https://localhost:27124"
}
}
}
}