Obsidian Bonfires MCP

Obsidian Bonfires MCP

A hybrid MCP server that bridges Claude Desktop with both Obsidian vaults and the Bonfires platform, enabling seamless knowledge management and collaboration.

Category
Visit Server

README

Obsidian Bonfires MCP

A hybrid MCP server that bridges Claude Desktop with both Obsidian vaults and the Bonfires platform, enabling seamless knowledge management and collaboration.

Features

Obsidian Integration

  • Vault Management: List, create, and read files in your Obsidian vault
  • Real-time Access: Direct integration with Obsidian's Local REST API
  • File Operations: Create new notes, read existing content, navigate vault structure

Bonfires Platform Integration

  • Bonfire Management: Create, join, and explore bonfires (knowledge communities)
  • Community Features: Browse public bonfires, get detailed bonfire information
  • Collaborative Knowledge: Share and discover knowledge within bonfire communities

Installation

npm install

Configuration

Prerequisites

  1. Obsidian Local REST API Plugin: Install and configure the Local REST API plugin in Obsidian
  2. Bonfires Account: Sign up for a Bonfires account and obtain your API credentials

Claude Desktop Configuration

Add this configuration to your Claude Desktop settings:

{
  "mcpServers": {
    "obsidian-bonfires": {
      "command": "bash",
      "args": [
        "-c",
        "cd /home/thdev/os/NERDDao/obsidian-bonfires-mcp && npx ts-node src/index.ts"
      ],
      "env": {
        "BONFIRES_SAAS_ENDPOINT": "http://localhost:3000",
        "BONFIRES_API_KEY": "your-api-key",
        "BONFIRES_USER_ID": "your-user-id",
        "OBSIDIAN_API_KEY": "---",
        "OBSIDIAN_PROTOCOL": "http",
        "OBSIDIAN_HOST": "127.0.0.1",
        "OBSIDIAN_PORT": "27123"
      }
    }
  }
}

Environment Variables

Bonfires Configuration

  • BONFIRES_SAAS_ENDPOINT - Bonfires API endpoint (default: http://localhost:3000)
  • BONFIRES_API_KEY - Your Bonfires API key for authentication
  • BONFIRES_USER_ID - Your Bonfires user ID

Obsidian Configuration

  • OBSIDIAN_API_KEY - API key from Obsidian Local REST API plugin
  • OBSIDIAN_PROTOCOL - Protocol for Obsidian API (http/https, default: http)
  • OBSIDIAN_HOST - Obsidian API host (default: 127.0.0.1)
  • OBSIDIAN_PORT - Obsidian API port (default: 27123)

Available Tools

Obsidian Tools

  • list-files-in-vault - Browse your vault's file structure
  • create-file-in-vault - Create new notes and files
  • read-file-in-vault - Read content from existing files

Bonfires Tools

  • list-bonfires - Browse available bonfires with filtering options
  • create-bonfire - Create new bonfire communities
  • join-bonfire - Join existing bonfires
  • get-bonfire-details - Get detailed information about specific bonfires

Development

npm run start  # Start the MCP server
npm run test   # Run tests

Architecture

Claude Desktop → Obsidian-Bonfires MCP Server → [Obsidian Local REST API, Bonfires Platform]

This hybrid approach enables:

  1. Direct Obsidian Integration: Real-time access to your local knowledge base
  2. Bonfires Community Access: Connect with shared knowledge communities
  3. Unified Interface: Single MCP server for both local and collaborative knowledge management

Getting Started

  1. Install the Obsidian Local REST API plugin and configure it
  2. Set up your Bonfires account and obtain API credentials
  3. Configure the environment variables in Claude Desktop
  4. Start using both your personal Obsidian vault and collaborative Bonfires within Claude!

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured