palace-mcp
Provides tools for interacting with an Obsidian vault, allowing AI agents to list, read, write, append, search, and delete notes, as well as access the currently open note.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@palace-mcpsearch my vault for meeting notes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
palace-mcp
MCP server that exposes an Obsidian vault to AI assistants via the Local REST API plugin.
Built with FastMCP. Agents can list, read, write, search, and delete notes — and read whichever note is currently open in Obsidian.
Prerequisites
Obsidian with the Local REST API plugin installed and running
Python 3.12+
uv (recommended) or pip
Copy your API key from the plugin settings in Obsidian before continuing.
Related MCP server: obsidian-local-mcp
Installation
git clone <repo-url> palace-mcp
cd palace-mcp
uv syncConfiguration
Variable | Required | Default | Description |
| yes | — | Bearer token from the Local REST API plugin |
| no |
| Host where Obsidian's REST API listens |
| no |
| Port for the REST API |
| no |
|
|
| no |
| Comma-separated paths where |
When using HTTPS with the plugin's self-signed certificate, certificate verification is skipped automatically.
Running
Start the server over stdio (the default transport for MCP clients):
export OBSIDIAN_API_KEY="your-api-key"
uv run python server.pyOr via FastMCP:
uv run fastmcp run server.pyCursor setup
Add to your MCP config (e.g. ~/.cursor/mcp.json):
{
"mcpServers": {
"obsidian-palace": {
"command": "uv",
"args": ["run", "python", "server.py"],
"cwd": "/path/to/palace-mcp",
"env": {
"OBSIDIAN_API_KEY": "your-api-key-here"
}
}
}
}Restart Cursor or reload MCP servers after saving.
Tools
Tool | Description |
| List files and folders. Pass a subdirectory path, or leave empty for the vault root. |
| Read a note's full contents by vault-relative path (e.g. |
| Create a new note or overwrite an existing one. |
| Append text to the end of a note. Creates the note if it doesn't exist. |
| Full-text search; returns matching filenames ranked by relevance. |
| Return the contents of the note currently open in Obsidian. |
| Permanently delete a note. Irreversible — use with care. |
Append protection
Some vault paths are treated as overwrite-only. Appending to them can silently stack duplicate content inside a single note, which is hard to detect later.
By default, append_note is refused for paths matching:
/Context/(any note under aContextfolder)/System/(any note under aSystemfolder)Index.md(any file namedIndex.md)
Use write_note to replace these notes instead. Override the deny list with the PALACE_APPEND_DENY environment variable.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides an MCP server that allows AI assistants to interact with Obsidian vaults, enabling reading/writing notes, managing metadata, searching content, and working with daily notes.36MIT
- Flicense-qualityDmaintenanceA local MCP server that wraps the Obsidian CLI to give AI assistants direct access to read, edit, and manage notes within an Obsidian vault. It enables advanced operations such as frontmatter property management, context-aware searching, and the execution of internal Obsidian commands.2
- AlicenseBqualityDmaintenanceAn MCP server that enables AI assistants to access and manage your local Obsidian vault through a standardized protocol.142,4721Apache 2.0
- Alicense-qualityDmaintenanceA lightweight MCP server that enables AI assistants to securely read, create, and modify notes in an Obsidian vault, with support for semantic search and web scraping.2,472MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/anis-meliti/palace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server