Obsidian Mcp

Created By
orvicea year ago
Overview

what is Obsidian MCP?

Obsidian MCP is a Model Context Protocol (MCP) server designed for Obsidian, enabling interaction through the MCP protocol and supporting the Obsidian REST API.

how to use Obsidian MCP?

To use Obsidian MCP, install the Obsidian Local REST API plugin, configure the necessary environment variables, and start the MCP server to interact with MCP-compatible clients.

key features of Obsidian MCP?

  • Interacts with Obsidian via the MCP protocol
  • Supports the Obsidian REST API
  • Provides tools and prompts functionality
  • Offers both stdio and SSE server modes

use cases of Obsidian MCP?

  1. Integrating Obsidian with external applications via REST API.
  2. Enhancing note-taking capabilities with custom tools.
  3. Enabling real-time data interaction with Obsidian notes.

FAQ from Obsidian MCP?

  • What is required to run Obsidian MCP?

You need to have Obsidian installed with the Local REST API plugin enabled.

  • How do I configure the server?

Set the environment variables for the Obsidian base URL and API key, and start the server.

  • Can I use Obsidian MCP with other applications?

Yes, it is designed to work with any MCP-compatible client.

Server Config

{
  "experimental": {
    "modelContextProtocol": true
  },
  "mcpServers": {
    "obsidian-mcp": {
      "command": "obsidian-mcp",
      "args": [],
      "env": {
        "OBSIDIAN_BASE_URL": "http://localhost:27123",
        "OBSIDIAN_API_KEY": "your-obsidian-api-key"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
orvice
Star
-
Language
-
License
-

Recommend Servers

View All
Gpt Scrambler

2 days ago