Other MCP Server · MODEL CONTEXT PROTOCOL
gregkonush mcp obsidian
gregkonush mcp obsidian is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
What gregkonush mcp obsidian gives an AI Agent
- Read the active file in Obsidian
- Delete the active file
- Insert content at specific positions (headings, block references, frontmatter)
- Append content to files
- Open specific files
- List files in your vault
- Search through your notes
- [Bun](https://bun.sh/) runtime
- [Obsidian](https://obsidian.md/) desktop application
- An MCP-compatible AI assistant
- Clone this repository:
- Install dependencies:
- Copy the example environment file and configure it:
- `get_active_file` - Returns the content of the currently active file
- `delete_active_file` - Deletes the currently active file
- `insert_active_file` - Modifies content relative to a heading, block reference, or frontmatter field
- `append_active_file` - Appends content to the end of the active file
- `open_file` - Opens a specific file in Obsidian
- `search_simple` - Searches for documents matching a text query
- `list_files` - Lists files in the root directory of your vault
- `list_directory_files` - Lists files in a specific directory of your vault
- Create a new file in the `src/tools/` directory
- Implement the tool using the MCP SDK
- Import and register the tool in `src/index.ts`
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.