Claudesidian MCP Server
by Synaptic-Labs-AI
The Claudesidian MCP Server allows seamless interaction with your Obsidian vault through a robust server setup. It provides tools for reasoning, memory management, fuzzy searching, web scraping, and note creation/editing.
Last updated: N/A
What is Claudesidian MCP Server?
Claudesidian MCP Server is a server application designed to enhance the functionality of Obsidian vaults. It provides a set of tools accessible through the server, enabling advanced features like reasoning, memory storage, fuzzy searching, web scraping, and note manipulation.
How to use Claudesidian MCP Server?
To use the server, first clone the repository and configure the claude_desktop_config.json
file with the path to your Obsidian vault. Then, install the dependencies using pip install -e .
and playwright install
. Finally, run the server using the command claudesidian "PATH_TO_YOUR_OBSIDIAN_VAULT"
, replacing the path with your vault's location.
Key features of Claudesidian MCP Server
Reasoning Tool: Manages reasoning schemas for complex problem-solving.
CreateMemory Tool: Stores important information as memories.
FuzzySearch Tool: Performs fuzzy searches within the vault.
ScrapeWebsite Tool: Scrapes web content and archives it as notes.
CreateNote Tool: Creates new notes within Obsidian.
EditNote Tool: Edits existing notes in the vault.
MemoryRetrieval Tool: Retrieves and synthesizes memories from the vault.
Relationships Tool: Manages relationship information between notes.
Use cases of Claudesidian MCP Server
Automated knowledge base updates using web scraping.
Enhanced note-taking with memory storage and retrieval.
Improved research capabilities with fuzzy searching.
Streamlined problem-solving using reasoning schemas.
FAQ from Claudesidian MCP Server
What if the installation fails?
What if the installation fails?
Ensure your terminal is in the correct project directory, your vault path is correct, Python is in your system PATH, and run claudesidian --version
to verify the installation.
Where can I find the server logs?
Where can I find the server logs?
The logs are located at C:/Users/<YourUsername>/AppData/Roaming/Claude/logs
.
What versions of Python are supported?
What versions of Python are supported?
Python 3.9 or higher is required.
What is Playwright used for?
What is Playwright used for?
Playwright is used for the web scraping capabilities of the server.
How can I contribute to the project?
How can I contribute to the project?
You can contribute through QA testing, suggesting or implementing new features, and providing feedback in the discussion section.