kObsidian✓
io.github.bezata/kobsidian-mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bezata/kobsidian-mcp",
"description": "Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.",
"title": "kObsidian",
"repository": {
"url": "https://github.com/bezata/kObsidian",
"source": "github"
},
"version": "0.2.1",
"websiteUrl": "https://github.com/bezata/kObsidian",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "kobsidian-mcp",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to the Obsidian vault this server should operate on.",
"isRequired": true,
"format": "filepath",
"name": "OBSIDIAN_VAULT_PATH"
},
{
"description": "Base URL of the Obsidian Local REST API plugin. Only required for workspace.* / commands.* / live dataview.query* tools.",
"default": "https://127.0.0.1:27124",
"name": "OBSIDIAN_API_URL"
},
{
"description": "Set to 'true' if you've trusted the Local REST API's self-signed certificate.",
"default": "false",
"choices": [
"true",
"false"
],
"name": "OBSIDIAN_API_VERIFY_TLS"
},
{
"description": "Bearer key for the Obsidian Local REST API plugin (only needed for REST-bridged tools).",
"isSecret": true,
"name": "OBSIDIAN_REST_API_KEY"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"protocolVersion": "2025-11-25",
"tool": "manual"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}