---
name: 🐛 Bug Report
about: Report a technical issue or unexpected behavior
title: "[BUG] "
labels: ["bug"]
assignees: []
---
<!--
🚨 READ FIRST: https://github.com/jacksteamdev/obsidian-mcp-tools/blob/main/CONTRIBUTING.md
This is a FREE project maintained by volunteers. Be respectful and patient.
Rude, demanding, or entitled behavior results in immediate bans.
For questions or general help, use Discord: https://discord.gg/q59pTrN9AA
-->
## Bug Description
**Clear, concise description of the bug**
## Environment
- **OS**: (e.g., macOS 14.2, Windows 11, Ubuntu 22.04)
- **Obsidian version**: (e.g., 1.7.7)
- **Claude Desktop version**: (e.g., 1.0.2)
- **Plugin version**: (e.g., 0.2.23)
- **Required plugins status**:
- [ ] Local REST API installed and configured
- [ ] Smart Connections installed (if using semantic search)
- [ ] Templater installed (if using templates)
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
**What should happen**
## Actual Behavior
**What actually happens**
## Error Messages/Logs
<!--
To access logs:
1. Open plugin settings
2. Click "Open Logs" under Resources
3. Copy relevant error messages
-->
```
Paste error messages or log excerpts here
```
## Additional Context
<!--
- Screenshots (if helpful)
- Vault setup details
- Recent changes to your setup
- Other plugins that might conflict
-->
## Troubleshooting Attempted
<!-- What have you already tried? -->
- [ ] Restarted Obsidian
- [ ] Restarted Claude Desktop
- [ ] Reinstalled the MCP server via plugin settings
- [ ] Checked Local REST API is running
- [ ] Other:
---
**Remember**: This is volunteer work. Be patient and respectful. We'll help when we can.