Obsidian Vault MCP Server
Access Obsidian vaults via Local REST API - read, search, and interact with notes
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.OleksandrKucherenko/mcp-obsidian-via-rest",
"description": "Access Obsidian vaults via Local REST API - read, search, and interact with notes",
"title": "Obsidian Vault MCP Server",
"repository": {
"url": "https://github.com/OleksandrKucherenko/mcp-obsidian-via-rest",
"source": "github"
},
"version": "1.3.3",
"websiteUrl": "https://github.com/OleksandrKucherenko/mcp-obsidian-via-rest#readme",
"icons": [
{
"src": "https://raw.githubusercontent.com/OleksandrKucherenko/mcp-obsidian-via-rest/main/docs/obsidian-logo-bw.png",
"mimeType": "image/png",
"sizes": [
"256x256"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@oleksandrkucherenko/mcp-obsidian",
"version": "1.3.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Obsidian Local REST API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "API_KEY"
},
{
"description": "JSON array or semicolon-separated list of Obsidian REST API URLs for failover",
"isRequired": true,
"format": "string",
"name": "API_URLS"
},
{
"description": "Obsidian REST API host (legacy single-URL config)",
"format": "string",
"name": "API_HOST"
},
{
"description": "Obsidian REST API port (legacy single-URL config)",
"format": "number",
"name": "API_PORT"
}
]
},
{
"registryType": "npm",
"identifier": "@oleksandrkucherenko/mcp-obsidian",
"version": "1.3.3",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{MCP_HTTP_PORT}/mcp"
},
"environmentVariables": [
{
"description": "Obsidian Local REST API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "API_KEY"
},
{
"description": "JSON array or semicolon-separated list of Obsidian REST API URLs for failover",
"isRequired": true,
"format": "string",
"name": "API_URLS"
},
{
"description": "Enabled transports (default: stdio,http)",
"format": "string",
"default": "stdio,http",
"name": "MCP_TRANSPORTS"
},
{
"description": "HTTP transport bind port (default: 3000)",
"format": "number",
"default": "3000",
"name": "MCP_HTTP_PORT"
},
{
"description": "HTTP transport bind host (default: 0.0.0.0)",
"format": "string",
"name": "MCP_HTTP_HOST"
},
{
"description": "Bearer token for HTTP transport authentication",
"format": "string",
"isSecret": true,
"name": "MCP_HTTP_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/oleksandrkucherenko/obsidian-mcp:1.3.3",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{MCP_HTTP_PORT}/mcp"
},
"environmentVariables": [
{
"description": "Obsidian Local REST API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "API_KEY"
},
{
"description": "JSON array of Obsidian REST API URLs (use host.docker.internal for local Obsidian)",
"isRequired": true,
"format": "string",
"name": "API_URLS"
},
{
"description": "Enabled transports (default: stdio,http)",
"format": "string",
"default": "stdio,http",
"name": "MCP_TRANSPORTS"
},
{
"description": "HTTP transport bind port (default: 3000)",
"format": "number",
"default": "3000",
"name": "MCP_HTTP_PORT"
},
{
"description": "Bearer token for HTTP transport authentication",
"format": "string",
"isSecret": true,
"name": "MCP_HTTP_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/oleksandrkucherenko/obsidian-mcp:1.3.3",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{MCP_HTTP_PORT}/mcp"
},
"environmentVariables": [
{
"description": "Obsidian Local REST API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "API_KEY"
},
{
"description": "JSON array of Obsidian REST API URLs (use host.docker.internal for local Obsidian)",
"isRequired": true,
"format": "string",
"name": "API_URLS"
},
{
"description": "Enabled transports (default: stdio,http)",
"format": "string",
"default": "stdio,http",
"name": "MCP_TRANSPORTS"
},
{
"description": "HTTP transport bind port (default: 3000)",
"format": "number",
"default": "3000",
"name": "MCP_HTTP_PORT"
},
{
"description": "Bearer token for HTTP transport authentication",
"format": "string",
"isSecret": true,
"name": "MCP_HTTP_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-01-18T16:43:25.343862Z",
"publishedAt": "2026-01-18T16:43:25.343862Z",
"updatedAt": "2026-01-18T16:43:25.343862Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/OleksandrKucherenko/mcp-obsidian-via-rest#readme
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.