Create markdown notes using your voice via OpenCode.
cd /home/naresh/Projects/mcp-notes-server
npm install./start.sh
# or
node http-server.jsNotes are saved to: ~/Documents/voice-notes
Add to your OpenCode config (~/.config/opencode/opencode.jsonc):
{
"mcp": {
"notes": {
"type": "local",
"command": ["node", "/home/naresh/Projects/mcp-notes-server/server.js"],
"enabled": true
}
}
}- Start the HTTP server:
./start.sh - In your voice assistant, say "save as note" followed by your note
- Or toggle note mode to save all recordings as notes
POST /create-note- Create a new note- Body:
{ "title": "Note title", "content": "Note content", "tags": ["tag1", "tag2"] }
- Body:
GET /notes- List all notes