Skip to main content
Glama
tony816

Obsidian MCP for ChatGPT

by tony816

Obsidian MCP for ChatGPT Web

This repo contains a small SSE bridge plus Windows setup scripts for using an Obsidian vault from ChatGPT web through a custom MCP app.

The working architecture is:

ChatGPT web
  -> public HTTPS tunnel, for example ngrok
  -> local bridge on 127.0.0.1:8000
  -> Obsidian Local REST API on 127.0.0.1:27124
  -> local Obsidian vault

Use AGENT_SETUP_GUIDE.md when asking another AI agent to repeat the setup on a different PC.

Quick Start

  1. Install prerequisites on the target PC:

    • Obsidian

    • Python 3.11+

    • uv

    • ngrok

  2. Clone this repo:

git clone https://github.com/tony816/Obsidina_mcp_chatgpt.git
cd Obsidina_mcp_chatgpt
  1. Install the Obsidian Local REST API plugin into the vault:

.\scripts\install_obsidian_local_rest_api.ps1 -VaultPath "<VAULT_PATH>"
  1. Restart Obsidian and wait until this file exists:

<vault>\.obsidian\plugins\obsidian-local-rest-api\data.json
  1. Start the local bridge:

.\scripts\start_bridge.ps1 -VaultPath "<VAULT_PATH>"
  1. In another PowerShell window, expose it:

ngrok http 8000
  1. In ChatGPT web:

    • Settings

    • Apps

    • App creation / Developer mode

    • MCP server URL: https://<ngrok-domain>/mcp

    • Authentication: None

    • Connect the app

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tony816/Obsidina_mcp_chatgpt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server