{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mcp-logseq": {
"type": "local",
"command": ["uv", "run", "--with", "mcp-logseq", "mcp-logseq"],
"enabled": true,
"environment": {
"LOGSEQ_API_URL": "http://localhost:12315",
"LOGSEQ_API_TOKEN": ""
}
}
}
}
i put this in ~/.config/opencode/opencode.json on my machine and it worked
happy to add this in; but i dont want to overly complicate the getting started - looking for suggestion where i can merge this
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mcp-logseq": {
"type": "local",
"command": ["uv", "run", "--with", "mcp-logseq", "mcp-logseq"],
"enabled": true,
"environment": {
"LOGSEQ_API_URL": "http://localhost:12315",
"LOGSEQ_API_TOKEN": ""
}
}
}
}
i put this in ~/.config/opencode/opencode.json on my machine and it worked
happy to add this in; but i dont want to overly complicate the getting started - looking for suggestion where i can merge this